public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: Chebychev example doesn't compile
  2001-12-19 13:20 Chebychev example doesn't compile James Bowman
@ 2001-12-19 13:20 ` Brian Gough
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Gough @ 2001-12-19 13:20 UTC (permalink / raw)
  To: James Bowman; +Cc: gsl-discuss

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Chebychev example doesn't compile
@ 2001-12-19 13:20 James Bowman
  2001-12-19 13:20 ` Brian Gough
  0 siblings, 1 reply; 2+ messages in thread
From: James Bowman @ 2001-12-19 13:20 UTC (permalink / raw)
  To: gsl-discuss

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-19 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-19 13:20 Chebychev example doesn't compile James Bowman
2001-12-19 13:20 ` Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).