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 mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2020-08-14.23:29:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597447758.21.0.957996869092.issue41513@roundup.psfhosted.org>
In-reply-to
Content
This paper addresses the topic directly: https://arxiv.org/pdf/1904.09481.pdf 

I tried to reproduce the results shown in Table 1 of the paper.  For clib hypot(), they get 1 ulp errors 12.91% of the time.  On my build, using the same gaussian distribution, I get 14.08% for both the clang hypot() and for the current version of the PR, showing that the two are fundamentally the same.
History
Date User Action Args
2020-08-14 23:29:18rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, serhiy.storchaka
2020-08-14 23:29:18rhettingersetmessageid: <1597447758.21.0.957996869092.issue41513@roundup.psfhosted.org>
2020-08-14 23:29:18rhettingerlinkissue41513 messages
2020-08-14 23:29:18rhettingercreate