The Math.acosh()
method returns the hyperbolic arc-cosine of a number.
If the parameter is less than 1, the method returns NaN.
Math.acosh(
x)
Parameter | Description |
x | Required. A number. |
Type | Description |
Number | The hyperbolic arc-cosine of the parameter.NaN if the parameter is less than 1 or not numeric. |
Math.acosh()
is an ECMAScript1 (ES1) feature.
ES1 (JavaScript 1997) is fully supported in all browsers:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | Yes |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!