Circles of given radius through two points: Difference between revisions

→‎{{header|Perl 6}}: putting space on both side of infix:<+>
(→‎{{header|МК-61/52}}: remove spurious horizontal rule added by Perl 6 entry)
(→‎{{header|Perl 6}}: putting space on both side of infix:<+>)
Line 501:
 
my @input =
\(0.1234 + 0.9876i, 0.8765 + 0.2345i, 2.0),
\(0.0000 + 2.0000i, 0.0000 + 0.0000i, 1.0),
\(0.1234 + 0.9876i, 0.1234 + 0.9876i, 2.0),
\(0.1234 + 0.9876i, 0.8765 + 0.2345i, 0.5),
\(0.1234 + 0.9876i, 0.1234 + 0.9876i, 0.0),
;</lang>
 
1,934

edits