The ATAN2 function is one of the math and trigonometry functions. It is used to return the arctangent of x and y coordinates.
ATAN2(x_num, y_num)
The ATAN2 function has the following arguments:
How to apply the ATAN2 function.
The figure below displays the result returned by the ATAN2 function.