Program Example5; { Program to demonstrate the artanh function. } Uses math; begin Writeln(artanh(0)); Writeln(artanh(0.5)); end.