Is there any reason not to use divmod for the case where the remainder is returned? This would be in keeping with the builtin python behavior with integers.
>>> divod(15,4) (3, 3) -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
