Jump to content

Circles of given radius through two points: Difference between revisions

m
BASIC256 moved to the BASIC section.
(added Arturo)
m (BASIC256 moved to the BASIC section.)
Line 486:
0.1234 0.9876 0.1234 0.9876 0.00 radius of zero gives no circles
</pre>
=={{header|BASIC256BASIC}}==
==={{header|BASIC256}}===
{{trans|Liberty BASIC}}
<syntaxhighlight lang="basic256">
Line 537 ⟶ 538:
end
</syntaxhighlight>
 
=={{header|C}}==
<syntaxhighlight lang="c">#include<stdio.h>
512

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.