2574专题

LA 2574 几何

double NormalizeAngle(double rad, double center = PI) {return rad - TWO_PI * floor((rad + PI - center) / TWO_PI);} 减小精度误差