Searched refs:erfc (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Derfl.c28 * double erfc(double x)
35 * erfc(x) = 1-erf(x)
38 * erfc(-x) = 2 - erfc(x)
43 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
57 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
65 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1(z)/S1(z))
67 * erf(x) = 1 - erfc(x)
70 * erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
75 * erf(x) = sign(x)*(1.0 - erfc(
[all...]
H A Derf.c13 * double erfc(double x)
20 * erfc(x) = 1-erf(x)
23 * erfc(-x) = 2 - erfc(x)
28 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
48 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
62 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1)
63 * erf(x) = 1 - erfc(x)
69 * erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
72 * erf(x) = sign(x)*(1.0 - erfc(
244 double erfc(double x) function
[all...]
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h234 __MATHCALL (erfc,, (_Mdouble_));
/haiku/headers/posix/
H A Dmath.h209 extern double erfc(double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1640 void erfc() {} function
H A Dlibroot_stubs_legacy.c1583 void erfc() {} function

Completed in 169 milliseconds