Home
last modified time | relevance | path

Searched defs:toRadians (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java46 public static double toRadians(double angdeg) { throw new RuntimeException("Stub!"); } in toRadians() method in StrictMath
DMath.annotated.java47 public static double toRadians(double angdeg) { throw new RuntimeException("Stub!"); } in toRadians() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java264 public static strictfp double toRadians(double angdeg) { in toRadians() method in StrictMath
DMath.java339 public static double toRadians(double angdeg) { in toRadians() method in Math