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