ATAND

Top  Previous  Next

Syntax

DOUBLE = ATAND(num as DOUBLE)

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

See Also: ATAN, FATAN, FATAND

Example usage

PRINT ATAND(47.0)