Returns the hyperbolic tangent of the specified number.
Syntax
Copy Code
|
---|
TANH( Number n ) → Number |
Parameters
- n
- Required. The number whose hyperbolic tangent to find.
Example
Formula
Copy Code
|
---|
=TANH(1) =TANH(10) |
See Also
Function Reference
TAN Function
ATANH Function