Program Example4; { Program to demonstrate the arsinh function. } Uses math; begin Writeln(arsinh(0)); Writeln(arsinh(1)); end.