ATAN

Top  Previous  Next

Syntax

DOUBLE = ATAN(num as DOUBLE)

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

See Also: ATAND, FATAN, FATAND

Example usage

PRINT ATAN(1.113)