On 2016-03-31 11:06, Marc Mezzarobba wrote:
Jeroen Demeyer wrote:
Is there any reason that quo_rem is not consistent with .mod()? That
is no longer arbitrary and would also extend the Euclidean division of
univariate polynomials.
Not quite: you'd have to return a tuple of quotients.
I don't get what you mean. What I am saying is that the following two
should return the same answer:
p.mod([q])
p.quo_rem(q)[1]
I see no reason why this is currently not the case.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.