static double atan2(double x, double y) { ret Math.atan2(x, y); }