FATAND

Top  Previous  Next

Syntax

FLOAT = FATAND(num as FLOAT)

Description

Calculates the arctangent of a number.

Parameters

num - The number to calculate the arctangent..

Return value

The angle in degrees of the arctangent of num.

Remarks

Uses FLOAT precision instead of DOUBLE for time critical applications.

See Also: ATAN, ATAND, FATAN

Example usage

PRINT FATAND(FTAND(47.0))