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

/libcore/ojluni/src/main/native/
H A Djfdlibm.h62 #define expm1 jexpm1 macro
/libcore/ojluni/src/main/java/java/lang/
H A DMath.java1696 * {@code expm1(x)} + 1 is much closer to the true
1716 * {@code expm1} for any finite input must be greater than or
1728 public static native double expm1(double x); method in class:Math
H A DStrictMath.java57 * {@code hypot}, {@code expm1}, and {@code log1p}.
1319 * {@code expm1(x)} + 1 is much closer to the true
1342 public static native double expm1(double x); method in class:StrictMath

Completed in 11 milliseconds