FTANH

Top  Previous  Next

Syntax

FLOAT = FTANH(num as FLOAT)

Description

Calculates the hyperbolic tangent of an angle.

Parameters

num - Angle in radians.

Return value

The hyperbolic tangent of the angle num.

Remarks

Uses FLOAT parameter and return for time critical applications.

See Also: TANH, TANHD, FTANHD

Example usage

PRINT FTANH(1.113)