ACOTH 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
ACOTH
Returns the inverse hyperbolic cotangent of the given number.
Syntax:
ACOTH(number)
- Returns the inverse hyperbolic cotangent of number, in other words, the number whose hyperbolic cotangent is number.
- An error results if number is between -1 and 1 inclusive.
Example:
ACOTH(1.1)
- returns the inverse hyperbolic cotangent of 1.1, approximately 1.52226.
See Also