[issue27761] Private _nth_root function loses accuracy

Tim Peters report at bugs.python.org
Fri Sep 16 18:11:04 EDT 2016


Tim Peters added the comment:

Oops!  The `D2**e` in that code should be `pow(D2, e)`, to make it use the correct decimal context.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27761>
_______________________________________


More information about the Python-bugs-list mailing list