Jump to content

Circles of given radius through two points: Difference between revisions

→‎{{header|Tcl}}: Marked incorrect as r==0 should not return circles.
(→‎Tcl: Added implementation)
(→‎{{header|Tcl}}: Marked incorrect as r==0 should not return circles.)
Line 108:
 
=={{header|Tcl}}==
{{incorrect|Tcl|r==0 should not return circles.}}
{{trans|Python}}
<lang tcl>proc findCircles {p1 p2 r} {
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.