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 e26517f commit a2b9202Copy full SHA for a2b9202
src/sage/arith/misc.py
@@ -25,10 +25,10 @@
25
from sage.structure.element import parent
26
from sage.structure.coerce import py_scalar_to_element
27
28
-from sage.rings.rational_field import QQ
29
-from sage.rings.integer_ring import ZZ
30
from sage.rings.integer import Integer, GCD_list
+from sage.rings.integer_ring import ZZ
31
from sage.rings.rational import Rational
+from sage.rings.rational_field import QQ
32
from sage.rings.abc import RealField, ComplexField
33
34
from sage.rings.fast_arith import arith_int, arith_llong, prime_range
0 commit comments