Updates:
        Labels: -NeedsReview NeedsBetterPatch

Comment #10 on issue 2133 by asmeurer: Merge new polynomials manipulation module
http://code.google.com/p/sympy/issues/detail?id=2133

Regarding the math.log issue, isn't that to be expected, since math.log is a floating point function. Likely somehow the algorithm changed in Python 2.7 so that it makes a difference if the underlying number is a C int or a Python long integer.

So maybe you should use a more exact algorithm.

By the way, you still need to fix the ode tests.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to