Common subdirectories: gsl/doc/CVS and /home/frank/tmp/doc-with-complex-polynomials/CVS Common subdirectories: gsl/doc/examples and /home/frank/tmp/doc-with-complex-polynomials/examples diff gsl/doc/gsl-ref.texi /home/frank/tmp/doc-with-complex-polynomials/gsl-ref.texi 127c127 < Inline versions of these function are used when @code{HAVE_INLINE} is defined. --- > Inline versions of these functions are used when @code{HAVE_INLINE} is defined. diff gsl/doc/poly.texi /home/frank/tmp/doc-with-complex-polynomials/poly.texi 25,26c25 < @deftypefun double gsl_poly_eval (const double @var{c}[], const int @var{len}, const double @var{x}) < This function evaluates the polynomial --- > The functions described here evaluate the polynomial 29c28,39 < Horner's method for stability. @inlinefn{} --- > Horner's method for stability. @inlinefns{} > > @deftypefun double gsl_poly_eval (const double @var{c}[], const int @var{len}, const double @var{x}) > This function evaluates a polynomial with real coefficients for the real variable @var{x}. > @end deftypefun > > @deftypefun gsl_complex gsl_poly_complex_eval (const double @var{c}[], const int @var{len}, const gsl_complex @var{x}) > This function evaluates a polynomial with real coefficients for the complex variable @var{x}. > @end deftypefun > > @deftypefun gsl_complex gsl_complex_poly_complex_eval (const gsl_complex @var{c}[], const int @var{len}, const gsl_complex @var{x}) > This function evaluates a polynomial with complex coefficients for the complex variable @var{x}.