Home
last modified time | relevance | path

Searched defs:atan (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/native/
Djfdlibm.h40 #define atan jatan macro
/libcore/ojluni/annotations/flagged_api/java/lang/
DMath.annotated.java45 public static native double atan(double a); in atan() method in Math
DStrictMath.annotated.java44 public static native double atan(double a); in atan() method in StrictMath
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java261 public static native double atan(double a); in atan() method in StrictMath
DMath.java327 public static native double atan(double a); in atan() method in Math