]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100485: Add math.sumprod() (GH-100677)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 7 Jan 2023 18:46:35 +0000 (12:46 -0600)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2023 18:46:35 +0000 (12:46 -0600)
commit47b9f83a83db288c652e43567c7b0f74d87a29be
treecb4fde0440b01f79852ef45e1a2a2fe22ba6daca
parentdeaf090699a7312cccb0637409f44de3f382389b
GH-100485:  Add math.sumprod() (GH-100677)
Doc/library/itertools.rst
Doc/library/math.rst
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2023-01-01-21-54-46.gh-issue-100485.geNrHS.rst [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c