Calculates the inverse hyperbolic tangent of x Exceptions:
decimal32 x = 0; assert (atanh(x) == 0);
See Implementation
Calculates the inverse hyperbolic tangent of x Exceptions: