This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients cffk, rhettinger, tim.peters
Date 2021-02-01.00:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612137676.05.0.455626789919.issue43088@roundup.psfhosted.org>
In-reply-to
Content
>  I'd like to know what range of versions this version should apply for.

Only 3.8 and 3.9.

Prior to that, we used the C compiler's hypot() which tended to be very good but was implementation dependent, only covered the two argument case, and made no particular guarantees about accuracy, commutativity, or monotonicity.
History
Date User Action Args
2021-02-01 00:01:16rhettingersetrecipients: + rhettinger, tim.peters, cffk
2021-02-01 00:01:16rhettingersetmessageid: <1612137676.05.0.455626789919.issue43088@roundup.psfhosted.org>
2021-02-01 00:01:16rhettingerlinkissue43088 messages
2021-02-01 00:01:15rhettingercreate