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