Tanh()

Tanh()

Type: REGULAR FUNCTION

Purpose: Calculate the hyperbolic tangent of a number.

The definition of Tanh is:

Tanh(x) = Sinh(x) / Cosh(x)

Usage: Result = Tanh(Number)

 

Number

REAL

The number of which to calculate the hyperbolic tangent

 

Result

REAL

The hyperbolic tangent of Number.

Related Topics Link IconRelated Topics