The asinh() method returns the hyperbolic arcsine of a number.
The asinh() method returns the hyperbolic arcsine of a number.
Math.asinh(x)
Parameter | Require | Description |
---|---|---|
x | Required. | A number |
A Number
Return the hyperbolic arcsine of a number:
//display the hyperbolic arcsine of 1
console.log(Math.asinh(1));