]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33089: Add math.dist() for computing the Euclidean distance between two points...
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 31 Jul 2018 07:45:49 +0000 (00:45 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Jul 2018 07:45:49 +0000 (00:45 -0700)
commit9c18b1ae527346bc178250ad1ca07bffdacde5dd
tree117fc5de5a05d5f9da9bed73921d3ef9c02409bc
parent9d5727326af53ddd91016d98e16ae7cf829caa95
bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561)
Doc/library/math.rst
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2018-07-29-21-53-15.bpo-33089.hxbp3g.rst [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c