ASINH (inverse hyperbolic sine)

<< Click to Display Table of Contents >>

ASINH (inverse hyperbolic sine)

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:

SINH