Returns the hyperbolic tangent of a number.
Sample Usage
TANH(1)
TANH(C5)
Syntax
TANH(number)
- number - The number for which the hyperbolic tangent is to be computed..
Examples
TANH(1) returns the hyperbolic tangent of 1 i.e. 0.76159
TANH(C5) returns the hyperbolic tangent of the number contained in C5.