[issue33089] Add multi-dimensional Euclidean distance function to the math module

Mark Dickinson report at bugs.python.org
Mon Mar 19 12:43:34 EDT 2018


Mark Dickinson <dickinsm at gmail.com> added the comment:

Okay, that cut and paste didn't work so well. Just imagine an infinity symbol in those missing spaces. Trying again:

> For the hypot function, hypot(±0, ±0) is +0, hypot(±∞, qNaN) is +∞, and
> hypot(qNaN, ±∞) is +∞.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33089>
_______________________________________


More information about the Python-bugs-list mailing list