bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] bug in gsl_sf_ellint_Kcomp_e due to typo


From: Brian Gough
Subject: Re: [Bug-gsl] bug in gsl_sf_ellint_Kcomp_e due to typo
Date: Tue, 26 Aug 2008 17:48:51 +0100
User-agent: Wanderlust/2.14.0 (Africa) Emacs/22.2 Mule/5.0 (SAKAKI)

At Mon, 25 Aug 2008 17:02:49 +0200,
Thies Heidecke wrote:
> line 489 reads:
>      const double tb = -log(y) * (b[0] * y*(b[1] + y*b[2]));
> 
> but it should be
>      const double tb = -log(y) * (b[0] + y*(b[1] + y*b[2]));
> 
> after recompiling the function now gives reasonable values.
> 

Thanks for the excellent bug report.  I have committed your correction
to the source repository for the next release.

http://git.savannah.gnu.org/gitweb/?p=gsl.git;a=commit;h=163bd7269d3c74af6b0a81ac82d5396a2afd3b3e

-- 
Brian Gough

GNU Scientific Library -
http://www.gnu.org/software/gsl/




reply via email to

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