Returns the hyperbolic tangent of a number.
Sintaxis
TANH(number)Argumentos
numberobligatorio
The real number for which you want to calculate the hyperbolic tangent.
The TANH function calculates the hyperbolic tangent of any real number. It is defined as the ratio of the hyperbolic sine to the hyperbolic cosine of the given value.
=TANH(0)→0The hyperbolic tangent of 0 is 0.
=TANH(1)→0.761594156Calculates the hyperbolic tangent of 1.
Select a cell
Click on the cell where you want to display the result.
Enter the formula
Type =TANH(number) and replace 'number' with the value or cell reference you wish to calculate.
Press Enter
Press the Enter key to calculate the hyperbolic tangent.
The result of the TANH function is always between -1 and 1.