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 vstinner
Recipients David.Edelsohn, Michael.Felt, lemburg, mark.dickinson, rhettinger, stutzbach, vstinner
Date 2020-11-16.16:20:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605543626.2.0.429854710397.issue42323@roundup.psfhosted.org>
In-reply-to
Content
> The earlier problem was the handling of -0.0.  At the time, the code was hand-written assembly language that did not check for IEEE floating point corner cases.

I'm quite happy that my hand written tests detect bugs in nextafter() implementations ;-)
History
Date User Action Args
2020-11-16 16:20:26vstinnersetrecipients: + vstinner, lemburg, rhettinger, mark.dickinson, stutzbach, David.Edelsohn, Michael.Felt
2020-11-16 16:20:26vstinnersetmessageid: <1605543626.2.0.429854710397.issue42323@roundup.psfhosted.org>
2020-11-16 16:20:26vstinnerlinkissue42323 messages
2020-11-16 16:20:26vstinnercreate