]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39288: Add math.nextafter(x, y) (GH-17937)
authorVictor Stinner <vstinner@python.org>
Sun, 12 Jan 2020 01:15:42 +0000 (02:15 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Jan 2020 01:15:42 +0000 (02:15 +0100)
commit100fafcf20e8fc67cd8ef512074f9c0a253cb427
tree4908c600f2dcda034e767b7f4e9cf50228f83a1b
parent1b335ae281631a12201fdec29b3c55d97166fc06
bpo-39288: Add math.nextafter(x, y) (GH-17937)

Return the next floating-point value after x towards y.
Doc/library/math.rst
Doc/whatsnew/3.9.rst
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2020-01-10-16-52-09.bpo-39288.IB-aQX.rst [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c