Overview
This function returns the arctangent of a given number.
Parameters
atan2(y, x)
Y
The y-coordinate.
X
The x-coordinate.
For example...
atan2(1, 1)
Returns 0.785398 (Ο/4 radians or 45 degrees).
An expression editor function that calculates the arctangent of y/x coordinates.
This function returns the arctangent of a given number.
atan2(y, x)
The y-coordinate.
The x-coordinate.
For example...
atan2(1, 1)
Returns 0.785398 (Ο/4 radians or 45 degrees).