Jump to content

Circles of given radius through two points: Difference between revisions

m
(→‎{{header|Perl 6}}: putting space on both side of infix:<+>)
Line 491:
</pre>
 
An other possibility is to use the Complex plane, for it often makes calculationcalculations easier with plane geometry:
 
<lang perl6>sub circles($a, $b where $b != $a, $r) {
1,934

edits

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