]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41513: Save unnecessary steps in the hypot() calculation (#21994)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 29 Aug 2020 16:11:04 +0000 (09:11 -0700)
committerGitHub <noreply@github.com>
Sat, 29 Aug 2020 16:11:04 +0000 (09:11 -0700)
commit27de28607a248e5ffb8838162fca466a58c2e284
tree6670673aaddeae849604ebeed2931960b0606f77
parente6dcd371b2c54a94584dd124e8c592a496d46a47
bpo-41513: Save unnecessary steps in the hypot() calculation (#21994)
Modules/mathmodule.c