]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41513: Add accuracy tests for math.hypot() (GH-22327)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 21 Sep 2020 04:47:56 +0000 (21:47 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 04:47:56 +0000 (21:47 -0700)
commitbc6b7fa6d7fb8957eb4ff809366af40dfb12b8cd
tree1c501a92d69f2a432f74c86cb8793b370d577038
parent778ad926cbdda0632f50acb7fac3a2a8b80dcf69
bpo-41513: Add accuracy tests for math.hypot() (GH-22327)
Lib/test/test_math.py