]> granicus.if.org Git - python/commit
Issue #25177: Fixed problem with the mean of very small and very large numbers.
authorSteven D'Aprano <steve+python@pearwood.info>
Tue, 1 Dec 2015 08:59:53 +0000 (19:59 +1100)
committerSteven D'Aprano <steve+python@pearwood.info>
Tue, 1 Dec 2015 08:59:53 +0000 (19:59 +1100)
commitb28c3275c720b6908bebf9d545b90fc8789cf1fe
treed9661d3efcd06cc4db00ab76110c6c40f6ebcffd
parentdf144092a340381c1916e5f2e0897f441d3f2439
Issue #25177: Fixed problem with the mean of very small and very large numbers.
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS