TanH()

Syntax

Result.f = TanH(Angle.f)
Description
Returns the hyperbolic tangent of the specified hyperbolic angle.

Parameters

Angle.f The input angle.

Return value

Returns the hyperbolic tangent of the angle.

Remarks

The inverse function of TanH() is ATanH(). This function can handle float and double values.

Example

  Debug TanH(Log(1.618033)) ; will display '0.447213' (1/5 * Sqr(5))

See Also

ATanH(), Tan()

Supported OS

All

<- Tan() - Math Index