[issue41513] Scale by power of two in math.hypot()

Raymond Hettinger report at bugs.python.org
Sat Aug 15 22:42:31 EDT 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

If someone thinks there is a case for using the C library hypot() for the two-argument form, feel free to reopen this.

Likewise, if someone thinks there is a case for doing the expensive but more accurate algorithm, go ahead and reopen this.

Otherwise, I think we're done for now :-)

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list