Returns the inverse hyperbolic sine of the specified number. The inverse hyperbolic sine is the value whose hyperbolic sine is n, so ASINH(SINH(n)) equals n.
Syntax Copy Code
ASINH(Number n ) → Number
Parameters
n
Required. The number whose inverse hyperbolic sine to find.