]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154146: Fix accuracy of the math.acospi() fallback near 1 (GH-154148)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2026 05:56:50 +0000 (08:56 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2026 05:56:50 +0000 (08:56 +0300)
commit69f080144972d1dd0acd445d776cdaea788923ed
tree02fc157fb0b2b651484b516d7795815f7805da93
parent44ea9503bff4001c416f96d9bd604daa005106c7
gh-154146: Fix accuracy of the math.acospi() fallback near 1 (GH-154148)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Misc/NEWS.d/next/Library/2026-07-19-19-05-00.gh-issue-154146.acospi.rst [new file with mode: 0644]
Modules/mathmodule.c