asinh()
Calculates the inverse hyperbolic sine of the given value.
Synopsis
asinh(x)
Description
This function calculates the inverse hyperbolic sine of the given value.
Parameters
x
a numeric expression
Returns
The inverse hyperbolic sine of x.
See Also
sin(), sinh(), asin(), cos(), cosh(), acos(), acosh(), tan(), tanh(), atan(), atan2(), atanh()