Returns the arctangent of the input.
x If the second argument is supplied, ATAN returns the angle whose tangent is equal to y /x. If both arguments are zero, the result is undefined.
PRINT, !radeg*atan(2,3) 33.6901
For a list of other transcendental functions, see Chapter 1, Functional Summary of Routines.