Question 901076
Not even close as you know!
What happened to using d=sqrt(x2-x1)^2+(y2-y1)^2
 (-2,2) and point (2,-3)
(-2,2)(2,-3)
d=sqrt((x2-x1)^2)+(y2-y1)^2)
d=sqrt(+(2--2)^2)+(-3-2)^2
d=sqrt(+(4)^2)+(-5)^2
d=sqrt(16+25)
d=sqrt(41)
6.40312424
 *[invoke distance_formula -2,2,2,-3]