]> granicus.if.org Git - python/commit
Fix for issue #25177 with the mean of very small and very large numbers.
authorSteven D'Aprano <steve+python@pearwood.info>
Tue, 1 Dec 2015 02:48:48 +0000 (13:48 +1100)
committerSteven D'Aprano <steve+python@pearwood.info>
Tue, 1 Dec 2015 02:48:48 +0000 (13:48 +1100)
commitc0c00c38adbe1a9a2102239ebcaadb672fd9014b
tree3d2e0d4d2de9cb2d5c8a74b28e1e5c887895cd07
parenta8d83f5fc99402c8d248242a1c156dabf5aa8168
Fix for issue #25177 with the mean of very small and very large numbers.
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS