Home | History | Annotate | Download | only in src

Lines Matching full:poly

34  *	   where R = P/Q where P is an odd poly of degree 8 and
35 * Q is an odd poly of degree 10.
56 * erf(1+s) = erf(1) + s*Poly(s)
62 * P1(s) = degree 6 poly in s
63 * Q1(s) = degree 6 poly in s
69 * R1(z) = degree 7 poly in z, (z=1/x^2)
70 * S1(z) = degree 8 poly in z
79 * R2(z) = degree 6 poly in z, (z=1/x^2)
80 * S2(z) = degree 7 poly in z
91 * erfc(x) ~ ---------- * ( 1 + Poly(1/x^2) )