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-11.15:37:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578757072.21.0.617970428968.issue39288@roundup.psfhosted.org>
In-reply-to
Content
Oh, I forgot to also give the nextafer() link to the POSIX standard:
https://pubs.opengroup.org/onlinepubs/009695399/functions/nextafter.html

It mentions for example "If x== y, y (of the type x) shall be returned" and "If x or y is NaN, a NaN shall be returned". It's good to know that it's specified ;-)
History
Date User Action Args
2020-01-11 15:37:52vstinnersetrecipients: + vstinner, lemburg, tim.peters, rhettinger, mark.dickinson, stutzbach, steven.daprano
2020-01-11 15:37:52vstinnersetmessageid: <1578757072.21.0.617970428968.issue39288@roundup.psfhosted.org>
2020-01-11 15:37:52vstinnerlinkissue39288 messages
2020-01-11 15:37:52vstinnercreate