ATANH function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
ATANH
Returns the inverse hyperbolic tangent of a number.
Syntax:
ATANH(number)
- returns the inverse hyperbolic tangent of number, in other words, the number whose hyperbolic tangent is number.
- number must obey the condition -1 < number < 1.
Example:
ATANH(0)
- returns 0.
See Also