TANH

The TANH function returns the hyperbolic tangent of the number passed as an argument.

Syntax

TANH(
    number
)

Parameters
  • number: Number from which you want to obtain the hyperbolic tangent.
Returned value

The TANH function returns a real number.

Additional Information

The hyperbolic tangent function has the following graph:

TANH
Examples

This example calculates the hyperbolic tangent of the number 2.89:

TANH function. Example of use

Related functions
Category
Mathematical and trigonometric
Submitted by admin on Tue, 12/04/2018 - 12:38