]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27181: Add statistics.geometric_mean() (GH-12638)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 7 Apr 2019 16:20:03 +0000 (09:20 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Apr 2019 16:20:03 +0000 (09:20 -0700)
commit6463ba3061bd311413d2951dc83c565907e10459
tree9450cc1c68b6bab42bd81c32901c28055928dfbc
parent9d7b2c0909b78800d1376fd696f73824ea680463
bpo-27181: Add statistics.geometric_mean() (GH-12638)
Doc/library/statistics.rst
Doc/whatsnew/3.8.rst
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2019-03-31-01-18-52.bpo-27181.LVUWcc.rst [new file with mode: 0644]