JavaScript Math.sinh()
JavaScript Math.sinh()
The Math.sinh() method is used to return the hyperbolic sine of a number.
Syntax:-
Its syntax is:- Math.sinh(x)
Return:-
Its return is:- hyperbolic sine of the number
Further Explanation:-
Parameter | Description |
---|---|
x | Required. The number. |