#13048: __floordiv__ does not work when dividing polynomials over QQbar by a
constant
--------------------------------+-------------------------------------------
Reporter: saraedum | Owner: AlexGhitza
Type: defect | Status: new
Priority: trivial | Milestone: sage-5.1
Component: basic arithmetic | Keywords: sd40.5
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
--------------------------------+-------------------------------------------
There is a problem with {{{//}}} division for polynomials over QQbar:
{{{
sage: R.<x> = QQbar[]
sage: x//1
AttributeError: 'Polynomial_generic_dense_field' object has no attribute
'_new_c'
sage: x/1
x
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13048>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.