Updates:
        Labels: EasyToFix

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

The hard way to fix this is to fix issue 3446, so that evalf() always returns a Float. That is the better way in the long run, and it will fix similar errors that haven't been found yet, but it isn't as simple.

I'm marking this as easy to fix for the easy way (add Zero.__mod__ or change Rational.__mod__)

--
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