circle intersection on Gamma-plane
Gamma = circint(c1,r1,c2,r2)
center and radius of circle 1
center and radius of circle 2
point of intersection of the two circles (two points)
circint(c1,r1,c2,r2) returns circle intersection on Gamma-plane.
add sample pgm