TANH function

Synopsis
This function returns the hyperbolic tangent of the specified hyperbolic angle, given in degrees.
Variations
TANH(Angle)
Returns the hyperbolic tangent of the specified hyperbolic angle.
Parameters
Angle

Specifies the hyperbolic angle, in degrees, from which to calculate the hyperbolic tangent.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

The following example returns 0.0174515.

TANH(1)
2.

The following example returns 0.917152.

TANH(90)
3.

The following example returns -0.0174515.

TANH(-1)