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]

Re: Chebychev example doesn't compile


James Bowman writes:
 > 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);
 > 

Thanks for the bug report. Now fixed.


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