Curve that touches three points: Difference between revisions

m
→‎{{header|Perl}}: inline image
m (syntax highlighting fixup automation)
m (→‎{{header|Perl}}: inline image)
Line 1,340:
 
=={{header|Perl}}==
[[File:Curve-3-points-perl.svg|300px|thumb|right]]
Hilbert '''curve''' task code repeated here, with the addition that the 3 task-required points are marked. Mostly satisfiesSatisfies the letter-of-the-law of task specification while (all in good fun) subverting the spirit of the thing.
<syntaxhighlight lang="perl">use SVG;
use List::Util qw(max min);
2,392

edits