]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132908: Add math.isnormal/issubnormal() functions (GH132935)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 2 Jun 2025 10:38:05 +0000 (13:38 +0300)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 10:38:05 +0000 (13:38 +0300)
commit5f61cde80a9b33c8e118b1c009fe2aaa4bb87356
tree142816c3d6e0e029205b24be1b325178cb729e91
parent128195e12eb6d5b9542558453df7045dd7aa1e15
gh-132908: Add math.isnormal/issubnormal() functions (GH132935)
Doc/library/math.rst
Doc/whatsnew/3.14.rst
Doc/whatsnew/3.15.rst
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2025-04-25-16-06-53.gh-issue-132908.wV5rja.rst [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c