Simple question. I tried Google but I don't know what search keywords to use.
I have two points on a 2d plane. Point 1 = x1 and y1, and Point 2 = x2 and y2.

I'd like to draw a circle around Point 1, and the radius of the circle should be so that it intersects exactly with Point 2.

What is the equation to determine the required radius?

