I have a problem with sage on python3, example sage9.0

simple code:

import mpmath
mpmath.mp.prec = 1000 #on 700 all is ok
mpmath.findroot(lambda x: x^2 - 3, 2)

error:
<repr(<sage.libs.mpmath.ext_main.mpf at 0x7fedbe2d84c8>) failed: 
SystemError: <built-in function divmod> returned a result with an error set>

Somebody else has this error? I will check on simple mpmath.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/2ac9f845-0faa-4ead-82a2-14b815303425%40googlegroups.com.

Reply via email to