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 lemburg, mark.dickinson, rhettinger, steven.daprano, stutzbach, tim.peters, vstinner
Date 2020-01-12.01:21:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578792068.24.0.497209168578.issue39288@roundup.psfhosted.org>
In-reply-to
Content
I chose to make y mandatory in nextafter(x, y). Implement your own flavor if nextUp(x) if you want to omit y. I prefer to make y explicit, becauseit has been said in this discussion that "nextafter" name is ambiguous.

Thanks all for the constructive discussion. I merged my PR reviewed by Mark. Enjoy IEEE 754 and have fun with rounding!
History
Date User Action Args
2020-01-12 01:21:08vstinnersetrecipients: + vstinner, lemburg, tim.peters, rhettinger, mark.dickinson, stutzbach, steven.daprano
2020-01-12 01:21:08vstinnersetmessageid: <1578792068.24.0.497209168578.issue39288@roundup.psfhosted.org>
2020-01-12 01:21:08vstinnerlinkissue39288 messages
2020-01-12 01:21:06vstinnercreate