Send patches.
On Wed, 29 Jun 2011 15:09:20 -0400 James Ward <[email protected]> wrote: > If you are replacing square roots, you could also do: > > Replace with M_SQRT2: > > ./sum/test.c: I=(1-sqrt(2))zeta(1/2) > ./integration/test.c: pts[2] = sqrt(2.0); > ./specfunc/mathieu_angfunc.c: norm = sqrt(2.0); > ./specfunc/mathieu_angfunc.c: norm = sqrt(2.0); > ./doc/examples/diff.c: printf ("exact = %.10f\n\n", 1.5 * sqrt(2.0)); > > Replace with M_SQRT3: > > ./ode-initval/rk4imp.c: they are: b=[0.5 0.5] c=[(3-sqrt(3))/6 > (3+sqrt(3))/6] > ./ode-initval/rk4imp.c: a11=1/4, a12=(3-2*sqrt(3))/12, > a21=(3+2*sqrt(3))/12 and a22=1/4 > ./specfunc/test_sf.c: (10.0 * sqrt(3) / 2.0), TEST_TOL0, > ./specfunc/test_sf.c: (10.0 * (-sqrt(3.0)/2.0)), TEST_TOL1, > ./specfunc/synchrotron.c: is S1(x) = > ((4pi)/(sqrt(3)gamma(1/3))) * (x/2)^(1/3) > ./specfunc/synchrotron.c: is S2(x) = > ((2pi)/(sqrt(3)*gamma(1/3))) * (x/2)^(1/3) > > Best wishes, > > Jim Ward > > On 6/29/11, [email protected] <[email protected]> wrote: > > Send Bug-gsl mailing list submissions to > > [email protected] > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.gnu.org/mailman/listinfo/bug-gsl > > or, via email, send a message with subject or body 'help' to > > [email protected] > > > > You can reach the person managing the list at > > [email protected] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Bug-gsl digest..." > > > > _______________________________________________ > Bug-gsl mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-gsl > _______________________________________________ Bug-gsl mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gsl
