]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct frexp() docs for zero and non-finite numbers (GH-149753)
authorSergey B Kirpichev <skirpichev@gmail.com>
Sun, 31 May 2026 07:29:44 +0000 (10:29 +0300)
committerGitHub <noreply@github.com>
Sun, 31 May 2026 07:29:44 +0000 (07:29 +0000)
commit5b5ffce05c211a5b0b74cd95eeb4c463614ee136
tree80e47f223c1d18c0650c3fea4576385356178062
parent90c1d86f34355fa88104f1ec81ce9d82ccd7963c
Correct frexp() docs for zero and non-finite numbers (GH-149753)

0.5 <= abs(m) < 1 is only true for finite nonzero numbers
Doc/library/math.rst
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c