[issue43088] Regression in math.hypot

Charles Karney report at bugs.python.org
Sun Jan 31 18:39:36 EST 2021


Charles Karney <charles at karney.com> added the comment:

Many thanks!  Was the 3.9 version of hypot introduced in 3.0?  I'm fixing my code to call sqrt(x**2 + y**2) if necessary and I'd like to know what range of versions this version should apply for.

----------

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


More information about the Python-bugs-list mailing list