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 Example usage PRINT ATAND(47.0) |