Jump to content

Circles of given radius through two points: Difference between revisions

m
→‎{{header|REXX}}: removed OVERFLOW from PRE html tag.
m (ooRexx - move and correct)
m (→‎{{header|REXX}}: removed OVERFLOW from PRE html tag.)
Line 1,007:
return f(bx-x1) f(by+y1) f(bx+x1) f(by-y1)</lang>
'''output''' when using the default input(s):
<pre>
<pre style="overflow:scroll">
x1 y1 x2 y2 radius cir1x cir1y cir2x cir2y
──────── ──────── ──────── ──────── ────── ──────── ──────── ──────── ────────
Cookies help us deliver our services. By using our services, you agree to our use of cookies.