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