Skip to content

Commit 6f010ea

Browse files
authored
Remove private import
1 parent 226a35b commit 6f010ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/functions/other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ def _evalf_(self, poly, index, parent=None, algorithm=None):
22092209
sage: complex_root_of(x^8 - 1, 7).n(20) # needs sage.symbolic
22102210
0.70711 + 0.70711*I
22112211
"""
2212-
from sympy.core.evalf import prec_to_dps
2212+
from mpmath.libmp import prec_to_dps
22132213
from sympy.polys import CRootOf, Poly
22142214
try:
22152215
prec = parent.precision()

0 commit comments

Comments
 (0)