sinh
The Math.sinh() method returns the hyperbolic sine of a number.
Syntax
Math.sinh(x)
Returns
The hyperbolic sine of the number. NaN if the parameter is not numeric.
Parameters
- x (float)
- A number.