JavaScript asinh() method
- Previous Page asin()
- Next Page atan()
- Go to the Previous Level JavaScript Math Reference Manual
Definition and usage
asinh()
The method returns the hyperbolic inverse cosine of a number.
Syntax
Math.asinh(x)
Parameter value
Parameter | Description |
---|---|
x | Required. Number. |
Technical details
Return value: | Number. |
---|---|
JavaScript version: | ECMAScript 6 |
Browser Support
Math.asinh()
Is an ES1 feature (JavaScript 1999). All browsers fully support it:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Support | Support | Support | Support | Support | Support |
Related Pages
Tutorial:JavaScript Math
- Previous Page asin()
- Next Page atan()
- Go to the Previous Level JavaScript Math Reference Manual