Home
last modified time | relevance | path

Searched defs:expm1 (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
Djfdlibm.h62 #define expm1 jexpm1 macro
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1451 public static native double expm1(double x); in expm1() method in StrictMath
DMath.java1870 public static native double expm1(double x); in expm1() method in Math