Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3587 by [email protected]: sympy crashes python when evaluating (0*pi)%float(1)
http://code.google.com/p/sympy/issues/detail?id=3587

When trying to evaluate modulo of a sympy zero with float number, sympy generates:

"RuntimeError: maximum recursion depth exceeded while calling a Python object"

example:

from sympy import *
(pi*0)%float(3)


sympy version: 0.7.2 rc1 (python 2)

[this also works in sympy live shell]

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

Reply via email to