atan2
number atan(y, x)
Returns the arc tangent of the quotient of its arguments.
Parameters
- x — ordinate coordinate.
- y — abscissa coordinate.
Returns
- the theta component of the point (r, theta) in polar coordinates that corresponds to the point (x, y) in Cartesian coordinates.