Home
last modified time | relevance | path

Searched defs:atan2 (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DStrictMath.java214 public static native double atan2(double y, double x); in atan2() method in StrictMath
DMath.java199 public static native double atan2(double y, double x); in atan2() method in Math