]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Extend _sqrtprod() to cover the full range of inputs. Add tests. (GH-107855)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 11 Aug 2023 16:19:19 +0000 (17:19 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2023 16:19:19 +0000 (11:19 -0500)
commit52e0797f8e1c631eecf24cb3f997ace336f52271
tree0694bc6d63a7d72387f97f9583d987e31c1b88eb
parent637f7ff2c60f262659da0334f1cb672bd361f398
Extend _sqrtprod() to cover the full range of inputs. Add tests. (GH-107855)
Lib/statistics.py
Lib/test/test_statistics.py