JavaScript sinh() Method
Definition and Usage
The sinh() method returns the hyperbolic sine of a number.
Browser Support
Method | |||||
---|---|---|---|---|---|
sinh) | 38 | 12 | 25 | 8 | 25 |
Syntax
Math.sinh(x)
Parameter Values
Parameter | Description |
---|---|
x | Required. A number |
Technical Details
Return Value: | A Number |
---|---|
JavaScript Version: | ECMAScript 6 |
❮ JavaScript Math Object