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 lemburg, mark.dickinson, rhettinger, steven.daprano, stutzbach, tim.peters, vstinner
Date 2020-01-12.10:32:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578825155.53.0.864506245522.issue39288@roundup.psfhosted.org>
In-reply-to
Content
> I suggest "next_after" instead of "nextafter".

"nextafter" gives us consistency with C, with NumPy and with other compound names in the math module ("isnan", "isclose", "copysign"). My own brain doesn't perceive either of "nextafter" or "next_after" as more readable than the other.

What's the argument for "next_after"?
History
Date User Action Args
2020-01-12 10:32:35mark.dickinsonsetrecipients: + mark.dickinson, lemburg, tim.peters, rhettinger, vstinner, stutzbach, steven.daprano
2020-01-12 10:32:35mark.dickinsonsetmessageid: <1578825155.53.0.864506245522.issue39288@roundup.psfhosted.org>
2020-01-12 10:32:35mark.dickinsonlinkissue39288 messages
2020-01-12 10:32:35mark.dickinsoncreate