Question 51098
I am not sure if this is what you mean, but the distance formula is:
.
d = {{{(sqrt((x2-x1)^2 + (y2-y1)^2)))}}} 
when given two points: (x1, y1) and (x2, y2)