[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.1 Polynomial evaluation

Function: double gsl_poly_eval (const double c[], const int len, const double x)
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. The function is inlined when possible.



This document was generated by Michael Stenner on February, 14 2002 using texi2html