powered by
length of line connecting two points in a plane
hypot(x1, y1, x2, y2)
numeric distance
x-location point 1
y-location point 1
x-location point 2
y-location point 2
Jonathan M. Lees<jonathan.lees@unc.edu>
Euclidean distance
hypot(34, 12, 56, 89)
Run the code above in your browser using DataLab