Circles of given radius through two points: Difference between revisions

m
→‎{{header|Tcl}}: Remove incorrect marking; task description is not self-consistent so result is correct
(→‎{{header|Python}}: Missed a test from the source during copy editing. (You were right ‎Walterpachl )!)
m (→‎{{header|Tcl}}: Remove incorrect marking; task description is not self-consistent so result is correct)
Line 354:
 
=={{header|Tcl}}==
{{incorrect|Tcl|r==0 should not return circles.}}
{{trans|Python}}
<lang tcl>proc findCircles {p1 p2 r} {
Anonymous user