The ASINH function returns the hyperbolic arcsine of a number.
This function takes a single Number as input. It outputs that Number's inverse hyperbolic sine.
Declaration
ASINH(number) -> hyperbolic_arcsine
Parameters
number (required, type: Number
)
The number to calculate the hyperbolic arcsine of.
Return Values
hyperbolic_arcsine (type: Number
)
The hyperbolic arcsine of the given number.
Examples
The following example returns the hyperbolic arcsine of 0.25:
ASINH(0.25) -> 0.24746646154726346