cosh
The Math.cosh() method returns the hyperbolic cosine of a number.
Syntax
cosh(x)
Returns
The hyperbolic cosine of the number.
Parameters
- x (float)
- A number.