This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gsl_sf_psi_1piy


Hiroshi Imamura writes:
 > Hi,
 >  gsl_sf_psi_1piy() is an even function.  (see 6.3.10 of Abramowitz
 > and Stegun)
 >  The following changes should be made in psi.c:
 >  line 491
 >     const double lny = log(y); /* FIXME: y < 0 ?? */
 > --->
 >     const double lny = log(ay);
 >  line 500
 >     const double lny = log(y);
 > --->
 >     const double lny = log(ay);

Thanks.  I'll add those changes for the next release.
regards
Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]