JavaScript Math method: acosh()
[this page | pdf | back links]
The acosh() method (of the Math object)
returns the (principal) hyperbolic arccosine of a real number.
It
has the following syntax with the following parameters:
Math.acosh(x)
|
Parameter
|
Required / Optional
|
Description
|
|
x
|
Required
|
Input parameter
|
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Numbers and Math