public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* GSL 1.1: small typo in doc / chapter 35
  2002-12-31  9:55 GSL 1.1: small typo in doc / chapter 35 Christian T. Steigies
@ 2002-05-15 12:52 ` Christian T. Steigies
  2002-12-31  9:55 ` Brian Gough
  1 sibling, 0 replies; 4+ messages in thread
From: Christian T. Steigies @ 2002-05-15 12:52 UTC (permalink / raw)
  To: gsl-discuss

Hi,
a ";" is missing in the example. Obvious to anybody who types it in. I
copied it from the texi file, are the examples available seperately as .c
files? Would be a nice addendum (for the debian package ;-)

Christian

--- fitting.texi.orig	Wed May 15 15:02:09 2002
+++ fitting.texi	Wed May 15 15:02:36 2002
@@ -479,7 +479,7 @@
     @{
       double y0 = exp(x);
       double sigma = 0.1*y0;
-      double dy = gsl_ran_gaussian(r, sigma)
+      double dy = gsl_ran_gaussian(r, sigma);
 
       printf("%g %g %g\n", x, y0 + dy, sigma);
     @}

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

* Re: GSL 1.1: small typo in doc / chapter 35
  2002-12-31  9:55 ` Brian Gough
@ 2002-05-16 15:32   ` Brian Gough
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Gough @ 2002-05-16 15:32 UTC (permalink / raw)
  To: Christian T. Steigies; +Cc: gsl-discuss

Christian T. Steigies writes:
 > Hi,
 > a ";" is missing in the example. Obvious to anybody who types it in. I
 > copied it from the texi file, are the examples available seperately as .c
 > files? Would be a nice addendum (for the debian package ;-)

Thanks for the fix.

The examples aren't available separately, although it might be
possible to write a perl script to extract most of them.

regards
Brian

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

* GSL 1.1: small typo in doc / chapter 35
@ 2002-12-31  9:55 Christian T. Steigies
  2002-05-15 12:52 ` Christian T. Steigies
  2002-12-31  9:55 ` Brian Gough
  0 siblings, 2 replies; 4+ messages in thread
From: Christian T. Steigies @ 2002-12-31  9:55 UTC (permalink / raw)
  To: gsl-discuss

Hi,
a ";" is missing in the example. Obvious to anybody who types it in. I
copied it from the texi file, are the examples available seperately as .c
files? Would be a nice addendum (for the debian package ;-)

Christian

--- fitting.texi.orig	Wed May 15 15:02:09 2002
+++ fitting.texi	Wed May 15 15:02:36 2002
@@ -479,7 +479,7 @@
     @{
       double y0 = exp(x);
       double sigma = 0.1*y0;
-      double dy = gsl_ran_gaussian(r, sigma)
+      double dy = gsl_ran_gaussian(r, sigma);
 
       printf("%g %g %g\n", x, y0 + dy, sigma);
     @}

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

* Re: GSL 1.1: small typo in doc / chapter 35
  2002-12-31  9:55 GSL 1.1: small typo in doc / chapter 35 Christian T. Steigies
  2002-05-15 12:52 ` Christian T. Steigies
@ 2002-12-31  9:55 ` Brian Gough
  2002-05-16 15:32   ` Brian Gough
  1 sibling, 1 reply; 4+ messages in thread
From: Brian Gough @ 2002-12-31  9:55 UTC (permalink / raw)
  To: Christian T. Steigies; +Cc: gsl-discuss

Christian T. Steigies writes:
 > Hi,
 > a ";" is missing in the example. Obvious to anybody who types it in. I
 > copied it from the texi file, are the examples available seperately as .c
 > files? Would be a nice addendum (for the debian package ;-)

Thanks for the fix.

The examples aren't available separately, although it might be
possible to write a perl script to extract most of them.

regards
Brian

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

end of thread, other threads:[~2002-05-16 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-31  9:55 GSL 1.1: small typo in doc / chapter 35 Christian T. Steigies
2002-05-15 12:52 ` Christian T. Steigies
2002-12-31  9:55 ` Brian Gough
2002-05-16 15:32   ` 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).