JavaScript sinh() method
- Previous Page sin()
- Next Page sqrt()
- Go to the Previous Level JavaScript Math Reference Manual
Definition and usage
sinh()
The method returns the hyperbolic sine of a number.
Syntax
Math.sinh(x)
Parameter value
Parameter | Description |
---|---|
x | Required. Numbers. |
Technical details
Return Value: | Numbers. |
---|---|
JavaScript Version: | ECMAScript 6 |
Browser Support
Method | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
sinh() | 38 | 12 | 25 | 8 | 25 |
Related Pages
Tutorial:JavaScript Mathematics
- Previous Page sin()
- Next Page sqrt()
- Go to the Previous Level JavaScript Math Reference Manual