[issue37450] Generalize Euclidean distance function in the math module to Minkowski distance
Change by Rafael Villca Poggian : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue37450> ___ ___ Python-bugs-list mailing list Un
[issue37450] Generalize Euclidean distance function in the math module to Minkowski distance
New submission from Rafael Villca Poggian : Given that Euclidean distance function was added into the Math module, I think it would be better to have the generalized version of the function as an implementation of the Minkowski distance with p=2 by default, thus maintaining the use as