[issue37450] Generalize Euclidean distance function in the math module to Minkowski distance

2019-06-30 Thread Rafael Villca Poggian


Change by Rafael Villca Poggian :


--
type:  -> enhancement

___
Python tracker 
<https://bugs.python.org/issue37450>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37450] Generalize Euclidean distance function in the math module to Minkowski distance

2019-06-30 Thread Rafael Villca Poggian


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 Euclidean distance, providing the extra uses of Minkowski distance.

--
components: Library (Lib)
messages: 346919
nosy: nubol23
priority: normal
severity: normal
status: open
title: Generalize Euclidean distance function in the math module to Minkowski 
distance
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue37450>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com