Math.sinh

Math.sinh

Math.sinh

Function

Hyperbolic sine. Returns the hyperbolic sine of value.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
valueNumberYesNoneThe number involved in the calculation.

Return value

TypeDescription
Int/FloatReturns the 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 sinh operation.