DEBSOURCES
Skip Quicknav
sources / fpc / 2.4.0-2 / fpcdocs / mathex / ex4.pp
12345678910
Program Example4; { Program to demonstrate the arsinh function. } Uses math; begin Writeln(arsinh(0)); Writeln(arsinh(1)); end.