Searched defs:expm1 (Results 1 – 7 of 7) sorted by relevance
30 function expm1(x) { function
651 # define expm1 rpl_expm1 macro
76 Ambiguous expm1(Ambiguous){ return Ambiguous(); } in expm1() function
828 public static double expm1(double x) { in expm1() method in FastMath837 private static double expm1(double x, double hiPrecOut[]) { in expm1() method in FastMath
1995 double expm1(double x) { in expm1() function
694 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro