Skip to content

Commit b0763e9

Browse files
committed
fix
1 parent bcbb8fc commit b0763e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sage/libs/mpmath/ext_libmp.pyx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Faster versions of some key functions in mpmath.libmp
44

55
from .ext_impl cimport *
66
from sage.libs.gmp.all cimport *
7+
from sage.rings.integer cimport Integer
8+
9+
from .ext_impl import exp_fixed, cos_sin_fixed, log_int_fixed
710

811
# Note: not thread-safe
912
cdef MPF tmp1

0 commit comments

Comments
 (0)