]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135853: add `math.fmax` and `math.fmin` (#135888)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 12 Jul 2025 11:31:10 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 11:31:10 +0000 (11:31 +0000)
commit2301cdb5596ebc8ded56b948c92c1f5fd29ba92a
tree7d0ed919fb956551350ffd14b1e5dcd413a19846
parent83d04a29a64eedc55d0a8d93aaae43d6069729e3
gh-135853: add `math.fmax` and `math.fmin` (#135888)
Doc/library/math.rst
Doc/whatsnew/3.15.rst
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2025-06-24-13-30-47.gh-issue-135853.7ejTvK.rst [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c