Greatest common divisor: Difference between revisions

Content added Content deleted
(→‎even shorter: actually, it's a built-in operator)
m (→‎{{header|Perl 6}}: works with any current implementation, actually, so drop works-with)
Line 1,482: Line 1,482:


=={{header|Perl 6}}==
=={{header|Perl 6}}==
{{works with|Rakudo|2010.07}}


===Iterative===
===Iterative===