예제 #1
0
 public static int radiansToMinutes(double r) {
   Angle a = Angle.fromRadians(r);
   return a.minutes();
 }