Talk:Circles of given radius through two points: Difference between revisions

m
m (→‎More special cases: fixed a typo.)
 
Line 1:
==More special cases==
There may be more special cases. If p1==p2 and r==0, there is one unique answere that's a zero radius circle. If towtwo points are separated by exactly double the radius, there's only one answer. The latter can be treated as two identical circles, but then so can the former.
<lang python>from math import sqrt