diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2018-07-28 14:48:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 14:48:04 (GMT) |
commit | c6dabe37e3c4d449562182b044184d1756bea037 (patch) | |
tree | bbb89623d68962192e810c5327ae98ff28084025 /Misc | |
parent | 50326927465c3f5c6c0168fc43310c8e97db0a47 (diff) | |
download | cpython-c6dabe37e3c4d449562182b044184d1756bea037.zip cpython-c6dabe37e3c4d449562182b044184d1756bea037.tar.gz cpython-c6dabe37e3c4d449562182b044184d1756bea037.tar.bz2 |
bpo-33089: Multidimensional math.hypot() (GH-8474)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-07-25-22-38-54.bpo-33089.C3CB7e.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-07-25-22-38-54.bpo-33089.C3CB7e.rst b/Misc/NEWS.d/next/Library/2018-07-25-22-38-54.bpo-33089.C3CB7e.rst new file mode 100644 index 0000000..83152a7 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-07-25-22-38-54.bpo-33089.C3CB7e.rst @@ -0,0 +1 @@ +Enhanced math.hypot() to support more than two dimensions. |