axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] bug #355


From: daly
Subject: [Axiom-developer] bug #355
Date: Sat, 2 Jun 2007 19:44:25 -0500

Martin, 

I merged and tested your changes. I've done a commit to SVN and git.

Axiom used to say:

-> D(besselK(a,x),x)

      besselK(a + 1,x) + besselK(a - 1,x)
 (1)  -----------------------------------
                     2

and now it says:


-> D(besselK(a,x),x)

      - besselK(a + 1,x) - besselK(a - 1,x)
 (1)  -------------------------------------
                       2

Is this the expected result?

I'll attaack bug #312 next and start another build/test cycle.
I'm trying to maintain individual changesets, one per fix.


Tim




reply via email to

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