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

/fuchsia/zircon/third_party/ulib/musl/third_party/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(
238 double erfc(double x) { function
[all...]
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h179 double erfc(double);

Completed in 32 milliseconds