Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 321 Bytes

File metadata and controls

8 lines (7 loc) · 321 Bytes

alt text

Euclidean Distance

alt text

Example:
q = (1, 2)
p = (3, 4)
sqrt((1 - 3)^2 + (2 - 4)^2)