Syntax:
ASINH(number)
Description:
The ASINH function (inverse hyperbolic sine) is the inverse function of the SINH function: It returns the inverse hyperbolic sine of a number – that is, the value whose SINH is the Number.
Example:
ASINH(1.1) returns 0.9503
ASINH(SINH(0.1234)) returns 0.1234
See also: