From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough To: James Bowman Cc: gsl-discuss@sources.redhat.com Subject: Re: Chebychev example doesn't compile Date: Wed, 19 Dec 2001 13:20:00 -0000 Message-id: <15213.28765.237503.43653@debian> References: <20010805084047.A18167@leonard> X-SW-Source: 2001/msg00371.html 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.