Calculates the inverse hyperbolic cosine of x Exceptions:
decimal32 x = 1; assert (acosh(x) == 0);
See Implementation
Calculates the inverse hyperbolic cosine of x Exceptions: