FATAN

Top  Previous  Next

Syntax

FLOAT = FATAN(num as FLOAT)

Description

Calculates the arctangent of a number.

Parameters

num - The number to calculate the arctangent.

Return value

The angle in radians of the arctangent of num.

Remarks

Uses FLOAT precision instead of DOUBLE for time critical applications.

See Also: ATAND, ATAN, FATAND

Example usage

PRINT FATAN(1.113)