Talk:Problem of Apollonius: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 4: Line 4:


Here's the danger of everyone copying everyone else's code: how many of the examples can handle the following three circles? <code>x=0, y=2, r=1; x=0, y=-2, r=1; x=4, y=0, r=1</code> --[[User:Ledrug|Ledrug]] 23:38, 14 September 2011 (UTC)
Here's the danger of everyone copying everyone else's code: how many of the examples can handle the following three circles? <code>x=0, y=2, r=1; x=0, y=-2, r=1; x=4, y=0, r=1</code> --[[User:Ledrug|Ledrug]] 23:38, 14 September 2011 (UTC)
:OK great. What do we do to fix it? --[[User:Mwn3d|Mwn3d]] 01:46, 15 September 2011 (UTC)

Revision as of 01:46, 15 September 2011

Suggest inline/block quoting the problem and algebraic solutions. (With citations, of course) --Michael Mol 17:34, 13 August 2010 (UTC)

Meta error propagation

Here's the danger of everyone copying everyone else's code: how many of the examples can handle the following three circles? x=0, y=2, r=1; x=0, y=-2, r=1; x=4, y=0, r=1 --Ledrug 23:38, 14 September 2011 (UTC)

OK great. What do we do to fix it? --Mwn3d 01:46, 15 September 2011 (UTC)