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: Number.
JavaScript version: ECMAScript 6

Browser Support

Math.asinh() Is an ES1 feature (JavaScript 1999). All browsers fully support it:

Chrome IE Edge Firefox Safari Opera
Support Support Support Support Support Support

Related Pages

Tutorial:JavaScript Math