Problem of Apollonius: Difference between revisions

Content added Content deleted
(Icon)
Line 456: Line 456:
end</lang>
end</lang>


Output:<pre></pre>
Output:<pre>Circle(x,y,r) := (0, 0, 1)
Circle(x,y,r) := (4, 0, 1)

Circle(x,y,r) := (2, 4, 2)
Circle(x,y,r) := (2.0, 2.1, 3.9)
Circle(x,y,r) := (2.0, 0.8333333333333333, 1.166666666666667)</pre>


=={{header|J}}==
=={{header|J}}==