Calculates the arctangent of input.
1 – Input
A signed decimal number (radians).
2 – Output
A signed decimal number of type G-floating.
3 – Example
DTR> PRINT 4 * (FN$ATAN (1)) 3.1416E+00 DTR>