The atan Statement
The atan statement lets you calculate the arc tangent value of its input (second) argument and store the result (radians) in its output (first) argument. The syntax of the atan statement is shown below.
atan x, y // store the arc tangent of y in x