]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Correct frexp() docs for zero and non-finite numbers (GH-149753) (GH-150654)
authorSergey B Kirpichev <skirpichev@gmail.com>
Sun, 31 May 2026 07:58:24 +0000 (10:58 +0300)
committerGitHub <noreply@github.com>
Sun, 31 May 2026 07:58:24 +0000 (07:58 +0000)
commit70a4e191e69d2e1c9b50bbf5fd139ce79ee8c82a
treec704390fb20884d748c8265914e7104c6964adfb
parent7afe574643c7a985fe5b2071ea8caae7825d2feb
[3.13] Correct frexp() docs for zero and non-finite numbers (GH-149753) (GH-150654)

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