ARCTAN2
Calculates the arc tangent value based on the given x and y coordinates.
Syntax
=ARCTAN2(X, Y)
Arguments
Name | Description |
---|---|
X | X Coordinate. |
Y | Y Coordinate. |
Return
Evaluated angle in radians.
Examples
Formula | Result | Comment |
---|---|---|
| 0.78539816 | An equal value for X and Y will lead to a 45 degree angle. |