FTAND

Top  Previous  Next

Syntax

FLOAT = FTAND(num as FLOAT)

Description

Calculates the tangent of an angle.

Parameters

num - Angle in degrees.

Return value

The tangent of the angle num.

Remarks

Uses FLOAT parameter and return for time critical applications.

See Also: TAN, TAND, FTAN

Example usage

PRINT FTAND(46.0)