]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41513: Add docs and tests for hypot() (GH-22238)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 14 Sep 2020 06:33:41 +0000 (23:33 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 06:33:41 +0000 (23:33 -0700)
commit457d4e97de0369bc786e363cb53c7ef3276fdfcd
tree82cd148adb64786e5dda5a7c7ad22513d996489c
parent7dbbea75cec27a48b68cc07c23f3f317cacf4a16
bpo-41513: Add docs and tests for hypot() (GH-22238)
Doc/library/math.rst
Lib/test/test_math.py
Modules/mathmodule.c