Updates:
        Status: Fixed

Comment #10 on issue 716 by [email protected]: Ellipse.tangent_lines needs to be more robust
http://code.google.com/p/sympy/issues/detail?id=716

Using e of the OP I did the following successfully 10 times, so perhaps this can be closed.

e = Ellipse(Point(0,0), 3, 2)
e.is_tangent(e.tangent_lines(e.random_point())[0])
True


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to