Math.asinh

Math.asinh

Math.asinh

Function

Inverse hyperbolic sine. Returns the inverse hyperbolic sine of value.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
valueNumberYesNoneThe number involved in the calculation.

Return value

TypeDescription
Int/FloatReturns the inverse hyperbolic sine of value. An Int is returned for integer results, and a Float for non-integer or non-finite results.

Example

Notes

  • Internally uses Rust f64's asinh operation.