tangent_line# tangent_line(c, p)# Return the line tangent to circle c at point p. If p is not on the circle, this returns the line perpendicular to the radius through the center and p. Parameters: c (Circle) p (complex)