]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35606: Implement math.prod (GH-11359)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 7 Feb 2019 07:04:02 +0000 (07:04 +0000)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 7 Feb 2019 07:04:02 +0000 (23:04 -0800)
commitbc098515864d0d1ffe8fb97ca1a0526c30fee45a
tree2a39dfe4d826700abc132c01db7a92f0de76a7b7
parente9bc4172d18db9c182d8e04dd7b033097a994c06
bpo-35606: Implement math.prod (GH-11359)
Doc/library/math.rst
Doc/whatsnew/3.8.rst
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2018-12-29-21-59-03.bpo-35606.NjGjou.rst [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c