ATAN2
Returns the arctangent from x- and y-coordinates
Syntax
ATAN2(x_num, y_num)
Parameters
- x_num: Required. The x-coordinate of the point
- y_num: Required. The y-coordinate of the point
Example
=ATAN2(1, 1)
Returns the arctangent from x- and y-coordinates
ATAN2(x_num, y_num)
=ATAN2(1, 1)