Lines Matching full:poly
35 * where R = P/Q where P is an odd poly of degree 8 and
36 * Q is an odd poly of degree 10.
57 * erf(1+s) = erf(1) + s*Poly(s)
63 * P1(s) = degree 6 poly in s
64 * Q1(s) = degree 6 poly in s
70 * R1(z) = degree 7 poly in z, (z=1/x^2)
71 * S1(z) = degree 8 poly in z
80 * R2(z) = degree 6 poly in z, (z=1/x^2)
81 * S2(z) = degree 7 poly in z
92 * erfc(x) ~ ---------- * ( 1 + Poly(1/x^2) )