FTAN

Top  Previous  Next

Syntax

FLOAT = FTAN(num as FLOAT)

Description

Calculates the tangent of an angle.

Parameters

num - The angle in radians.

Return value

The tangent of the angle num.

Remarks

Uses FLOAT parameter and return for time critical appplications.

See Also TAN, TAND, FTAND

Example usage

PRINT FTAN(2)