You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac #20062: Make _floordiv_() return the Euclidean quotient for power series over fields
There exists a method `PowerSeries_poly.__floordiv__()`, but it is not
clear how it differs from ordinary division (see
comment:43:ticket:15601), or how it should differ mathematically.
We replace this method by a new method `PowerSeries._floordiv_()`, which
returns the Euclidean quotient over fields and is a deprecated alias for
`_div_()` over other rings.
URL: http://trac.sagemath.org/20062
Reported by: pbruin
Ticket author(s): Peter Bruin
Reviewer(s): Bruno Grenet
0 commit comments