ASINH function

ASINH returns the inverse hyperbolic sine of a number.

Syntax

ASINH (number)

This function returns the inverse hyperbolic sine of number--that is the number whose hyperbolic sine is number.

Example

=ASINH(-90) returns approximately -5.1929877.

=ASINH(SINH(4)) returns 4.