TANH function
From Apache OpenOffice Wiki
< Documentation | How Tos
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
TANH
Returns the hyperbolic tangent of a number.
Syntax:
TANH(number)
- returns the hyperbolic tangent of number.
Example:
TANH(0)
- returns 0, the hyperbolic tangent of 0.
See Also