JavaScript asinh() method

Definition and usage

asinh() The method returns the hyperbolic inverse cosine of a number.

Example

Returns the hyperbolic inverse cosine of a number:

Math.asinh(1);

Try it yourself

Syntax

Math.asinh(x)

Parameter value

Parameter Description
x Required. Number.

Technical details

Return value: Numeric.
JavaScript version: ECMAScript 6

Webbläsarstöd

Math.asinh() Är ES1-funktioner (JavaScript 1999). Alla webbläsare stöder det fullt ut:

Chrome IE Edge Firefox Safari Opera
Stöd Stöd Stöd Stöd Stöd Stöd

Relaterade sidor

Lärplan:JavaScript matematik