Lines Matching full:poly
32 * where R = P/Q where P is an odd poly of degree 8 and
33 * Q is an odd poly of degree 10.
54 * erf(1+s) = ieee_erf(1) + s*Poly(s)
60 * P1(s) = degree 6 poly in s
61 * Q1(s) = degree 6 poly in s
67 * R1(z) = degree 7 poly in z, (z=1/x^2)
68 * S1(z) = degree 8 poly in z
77 * R2(z) = degree 6 poly in z, (z=1/x^2)
78 * S2(z) = degree 7 poly in z
89 * erfc(x) ~ ---------- * ( 1 + Poly(1/x^2) )