[issue41513] High accuracy math.hypot()

Raymond Hettinger report at bugs.python.org
Sun Aug 23 19:11:17 EDT 2020


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

I'm ready to move forward on this one.  Have improved the assertions, explanations, and variable names.  Hve also added references to show that the foundations are firm.  After tens of millions of trials, I haven't found a single misrounding.  I can't prove "correctly rounded" but am content with "high accuracy".  The speed is comparable to what we had in 3.7, so I think it is a net win all around.

----------
title: Scale by power of two in math.hypot() -> High accuracy math.hypot()

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


More information about the Python-bugs-list mailing list