]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify and speed-up math.hypot() and math.dist() (GH-102734)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 15 Mar 2023 20:15:23 +0000 (15:15 -0500)
committerGitHub <noreply@github.com>
Wed, 15 Mar 2023 20:15:23 +0000 (15:15 -0500)
commit0a22aa0528a4ff590854996b8854e9a79120987a
tree8092ca0551424c2f69df3f21f1691f84331eaf65
parent00d1ef73d6799142f90d8e00f3dfcf5d86e6cad8
Simplify and speed-up math.hypot() and math.dist() (GH-102734)
Modules/mathmodule.c