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 mark.dickinson
Recipients mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2020-08-11.07:50:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597132230.47.0.983546047132.issue41513@roundup.psfhosted.org>
In-reply-to
Content
Fine by me in principle; I haven't had a chance to look at the code yet.

While we're doing this, any chance we could special-case the two-argument hypot to use the libm hypot directly? On many platforms the libm hypot will be correctly rounded, or close to it. There was a noticeable accuracy regression for two-argument hypot when hypot gained the ability to support multiple arguments.
History
Date User Action Args
2020-08-11 07:50:30mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, serhiy.storchaka
2020-08-11 07:50:30mark.dickinsonsetmessageid: <1597132230.47.0.983546047132.issue41513@roundup.psfhosted.org>
2020-08-11 07:50:30mark.dickinsonlinkissue41513 messages
2020-08-11 07:50:30mark.dickinsoncreate