Updates:
        Status: Started
        Labels: NeedsReview

Comment #1 on issue 2613 by asmeurer: divmod does not work with sympy integers
http://code.google.com/p/sympy/issues/detail?id=2613

This is a trivial problem. Integer.__divmod__ is not sympifying the other argument correctly (it works if you do divmod(Integer(1), Integer(10)), for example). There are other problems with divmod too: the result should be sympified, which is not currently happening (i.e., it should return a Tuple), and we do not implement __rdivmod__.

See https://github.com/sympy/sympy/pull/518.

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