[issue34376] Improve accuracy of math.hypot() and math.dist()

Serhiy Storchaka report at bugs.python.org
Fri Aug 10 15:28:31 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Would it give a performance benefit if get rid of multiplication and division, and scale by the power of two approximation of the max using ldexp()?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34376>
_______________________________________


More information about the Python-bugs-list mailing list