Searched refs:angrad (Results 1 – 2 of 2) sorted by relevance
179 public static strictfp double toDegrees(double angrad) { in toDegrees() argument180 return angrad * 180.0 / PI; in toDegrees()
223 public static double toDegrees(double angrad) { in toDegrees() argument224 return angrad * 180.0 / PI; in toDegrees()