Talk:Circles of given radius through two points: Difference between revisions

m
(→‎XPL0: new section)
m (→‎More special cases: fixed a typo.)
 
(5 intermediate revisions by 3 users not shown)
Line 1:
==More special cases==
There may be more special cases. If p1==p2 and r==0, there is one unique answere that's a zero radius circle. If towtwo points are separated by exactly double the radius, there's only one answer. The latter can be treated as two identical circles, but then so can the former.
<lang python>from math import sqrt
 
Line 35:
== XPL0 ==
 
REXX referred to XPL0.
This secionsection was removed at some point in time.
UnfortuatelyUnfortunately the HistoreHistory does not show when and by whom.
I restored now the old section --Walter Pachl 08:35, 15 October 2017 (UTC)
 
: By &nbsp; ''referred to'', &nbsp; it was meant that REXX entry was a translation &nbsp; <nowiki> {{trans|XPL0}} </nowiki> &nbsp; of the &nbsp; '''XPL0'''. &nbsp; entry. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 08:43, 15 October 2017 (UTC)
 
:: What's that other than a reference? --Walter Pachl 08:52, 15 October 2017 (UTC)
 
::: A reference could be anything that referenced (mentioned) something else by name but not necessarily contained herein on Rosetta Code &nbsp; --- for instance, the language &nbsp; '''xyz''' &nbsp; used/uses the assumption(s) yadda-yadda-yadda, &nbsp; or entry &nbsp; '''xyz''' &nbsp; used a similar approach, logic, data (for input), ... &nbsp; or any other number of things, most often (but not limited to) somewhere in the entry's preamble (or comments made elsewhere). &nbsp; However, a &nbsp; <nowiki> {{trans|XPL0}} </nowiki> &nbsp; means that (in this case) the &nbsp; '''REXX''' &nbsp; entry used (most likely) the &nbsp; '''XPL0''' &nbsp; entry (the source code here on this Rosetta Code task) as a basis or prototype for the computer programming language translation. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 09:52, 15 October 2017 (UTC)
:Walter, the XPL0 was actually never ''removed'': [http://rosettacode.org/mw/index.php?title=Circles_of_given_radius_through_two_points&diff=209250&oldid=208439 this edit] adding the entry on Visual FoxPro mistakenly ended with a ''pre'' HTML tag, which made the XPL0 entry show up at the end of the VisualFox Pro entry. I'll remove it now. [[User:Eoraptor|Eoraptor]] ([[User talk:Eoraptor|talk]]) 20:17, 28 December 2017 (UTC)