Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DErf.java84 public static double erfc(double x) throws MathException { in erfc() method in Erf
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp74 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
/external/clang/lib/Headers/
Dtgmath.h660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro