I do not understand the following doctest in LaurentPolynomial_univariate.quo_rem:
def quo_rem(self, right_r): ... sage: (t^-2 + 3 + t).quo_rem(t^-4 + t) (0, 1 + 3*t^2 + t^3) I would have thought that we want q, r = num.quo_rem(den) num == den * q + r but the code is 8 years old, so I assume that I am missing something. Martin -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/1cab378e-6ea1-4b62-a19a-663fe24dc17fn%40googlegroups.com.