distance.Rd
Calculate Euclidean Distance
distance(x, y)
Numeric value.
Euclidean distance computed as sqrt(x*x + y*y).