Interface
F_TYPE asinh (F_TYPE x)
Description
asinh() returns the hyperbolic arc sine of x for x in the
interval
[-infinity, +infinity], where asinh(x) = ln(x + sqrt(x**2 + 1)).
asinh() is the inverse function of sinh(), where asinh(sinh (x)) =
x.
Exceptions
None.