Computes the arc tangent of y/x using the signs of arguments to determine the correct quadrant.
y
x
double atan2(double y, double x) => dart_math.atan2(y, x);