Returns the hyperbolic tangent of a number.
Syntax
TANH(number)
Number is any real number
The formula for the hyperbolic tangent is:
Examples
TANH(-2) equals -0.96403
TANH(-2)
TANH(0) equals 0 (zero)
TANH(0)
TANH(0.5) equals 0.462117
TANH(0.5)