JavaScript acosh() method
- Forrige side acos()
- Næste side asin()
- Gå tilbage til forrige niveau JavaScript Math Reference Håndbog
Definition and usage
acosh()
The method returns the hyperbolic inverse cosine of a number.
Note:If the parameter x If the parameter is less than 1, this method will return NaN.
Syntax
Math.acosh(x)
Parameter value
Parameter | Description |
---|---|
x | Required. Number. |
Technical details
Return value: | Number, if the parameter is less than 1, it returns NaN. |
---|---|
JavaScript version: | ECMAScript 6 |
Browserv understøttelse
Math.acosh()
Er ES1-karakteristik (JavaScript 1999). Alle browsere understøtter det fuldt ud:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Support | Support | Support | Support | Support | Support |
Relaterede sider
Tutorial:JavaScript matematik
- Forrige side acos()
- Næste side asin()
- Gå tilbage til forrige niveau JavaScript Math Reference Håndbog