Question 1023244
compute the distance between the two points (1-sqrt2, -1) and (2 + sqrt 2, 4).
----------
{{{d = sqrt(diffy^2 + diffx^2)}}}