bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gsl] Documentation bug


From: Brian Gough
Subject: Re: [Bug-gsl] Documentation bug
Date: Mon, 14 Jun 2004 13:49:34 +0100

Mario Sopena Novales writes:
 > I found a documentation bug in the HTML version of the documentation in 
 > 
 > http://www.gnu.org/software/gsl/manual/gsl-ref_7.html#SEC64
 > 
 > The problem is with the gsl_sf_bessel_Jn_array and
 > gsl_sf_bessel_Yn_array functions. The documentations stands that
 > the calculation is done from nmin to nmax, where, indeeed, the
 > calculation is done from nmin, to nmin+nmax. I mean, what in the
 > documentation calls nmax is, in fact, the length of the
 > calculation.
 
Thanks for the email... can you give an example to clarify the problem.

When I look in the code for gsl_sf_bessel_Jn_array, I see loops which
are like this:

  for(n=nmax; n>=nmin; n--) { ... }

so it looks like the range is correctly nmin ... nmax, not nmin to
nmin+nmax, unless I am missing something.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]