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

Raymond Hettinger report at bugs.python.org
Thu Jul 26 21:12:56 EDT 2018


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

> Commutativity guarantees can be delivered by sorting arguments before summation.

No thanks -- that's too expensive for such a small payoff.

----------

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


More information about the Python-bugs-list mailing list