JavaScript asinh() method
- Page précédente asin()
- Page suivante atan()
- Retour au niveau supérieur Manuel de référence JavaScript Math
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 : | Numbers. |
---|---|
JavaScript version : | ECMAScript 6 |
Prise en charge du navigateur
Math.asinh()
C'est une caractéristique ES1 (JavaScript 1999). Tous les navigateurs le supportent complètement :
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Support | Support | Support | Support | Support | Support |
Pages associées
Tutoriel :Mathématiques JavaScript
- Page précédente asin()
- Page suivante atan()
- Retour au niveau supérieur Manuel de référence JavaScript Math