English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Math.asinh()The method returns the hyperbolic arcsine of a number.
Since asinh() is a static method of Math, you always use it asMath.asinh()It is not used as a method of creating a Math object.
Math.asinh(x)
Math.asinh(3);Test and See‹/›
The number in the table specifies the first browser version that fully supports the Math.asinh() method:
Method | |||||
Math.asinh() | 38 | 25 | 25 | 8 | 12 |
Parameter | Description |
---|---|
x | Value |
Return Value: | Hyperbolic Arcsine of a Given Number |
---|---|
JavaScript Version: | ECMAScript 6 |