Home
last modified time | relevance | path

Searched refs:angrad (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java281 public static strictfp double toDegrees(double angrad) { in toDegrees() argument
284 return angrad * RADIANS_TO_DEGREES; in toDegrees()
DMath.java355 public static double toDegrees(double angrad) { in toDegrees() argument
356 return angrad * RADIANS_TO_DEGREES; in toDegrees()
/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java48 public static double toDegrees(double angrad) { throw new RuntimeException("Stub!"); } in toDegrees() argument
DMath.annotated.java49 public static double toDegrees(double angrad) { throw new RuntimeException("Stub!"); } in toDegrees() argument