The ATAN2 function is one of the math and trigonometry functions. It is used to return the arctangent of x and y coordinates.
Syntax
ATAN2(x_num, y_num)
The ATAN2 function has the following arguments:
Argument | Description |
---|
x_num | The x coordinate of a point, a numeric value entered manually or included into the cell you make reference to. |
y_num | The y coordinate of a point, a numeric value entered manually or included into the cell you make reference to. |
Notes
How to apply the ATAN2 function.
Examples
The figure below displays the result returned by the ATAN2 function.
