We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2459849 commit e62066fCopy full SHA for e62066f
src/sage/rings/padics/padic_template_element.pxi
@@ -37,6 +37,8 @@ from sage.rings.rational import Rational
37
from sage.rings.padics.precision_error import PrecisionError
38
from sage.rings.padics.misc import trim_zeros
39
from sage.rings.polynomial.polynomial_element import Polynomial
40
+from sage.structure.element import canonical_coercion
41
+
42
import itertools
43
44
cdef long maxordp = (1L << (sizeof(long) * 8 - 2)) - 1
0 commit comments