Returns the trigonometric arc-tangent of real-exp (evaluated in RADIANS). To convert RADIANS to DEGREES, multiply the result by 57.29577951.
Program Example.
00100 LET A0 = 9 00110 PRINT ATAN(9),ATAN(A0) 00120 END
Try it