asinh

The Math.asinh() method returns the hyperbolic arc-sine of a number.

Syntax

asinh(x)

Returns

The hyperbolic arc-sine of the parameter. NaN if the parameter is not numeric.

Parameters

x (float)
A number.