This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Chebychev example doesn't compile


Hi,

The Chebychev example code in the reference manual doesn't compile.

The line:
      printf ("%g %g %g\n", x, GSL_FN_EVAL (&F, x), r5, r40);
Should be:
      printf ("%g %g %g %g\n", x, GSL_FN_EVAL (&F, x), r10, r40);

-- 
James Bowman
jamesb@excamera.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]