Searched refs:angrad (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DMath.java228 * @param angrad an angle, in radians
229 * @return the measurement of the angle {@code angrad}
233 public static double toDegrees(double angrad) { argument
234 return angrad * 180.0 / PI;
H A DStrictMath.java175 * @param angrad an angle, in radians
176 * @return the measurement of the angle {@code angrad}
179 public static strictfp double toDegrees(double angrad) { argument
180 return angrad * 180.0 / PI;

Completed in 34 milliseconds