NXC
Version 1.2.1 r5
|
|
inline |
Compute arc tangent with 2 parameters.
Computes the principal value of the arc tangent of y/x, expressed in radians. To compute the value, the function uses the sign of both arguments to determine the quadrant.
y | Floating point value representing a y coordinate. |
x | Floating point value representing an x coordinate. |