Next: Divided Difference Representation of Polynomials, Up: Polynomials
This function evaluates the polynomial c[0] + c[1] x + c[2] x^2 + \dots + c[len-1] x^{len-1} using Horner's method for stability. An inline version of this function is used when HAVE_INLINE is defined.
HAVE_INLINE