At Mon, 14 Jan 2008 12:16:10 +0100, Szymon Jaroszewicz wrote: > > There is a bug in error estimation for gsl_sf_exp_mult_e10_e: > > gsl_sf_exp_e10_e(10000) gives error estimate 3.911404048e-11 > > but > > gsl_sf_exp_mult_e10_e(10000, 1) gives 3.911012947e-15 >
Thanks for the bug report and example program. I've confirmed it and logged it in the bug tracker. It does look like the error from gsl_sf_exp_mult_e10_e is wrong. -- Brian Gough _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
