Fermat numbers: Difference between revisions

m
→‎{{header|Raku}}: note use of 'ntheory' module
(Tweak irregular header markup)
m (→‎{{header|Raku}}: note use of 'ntheory' module)
Line 2,014:
=={{header|Raku}}==
(formerly Perl 6)
{{works with|Rakudo|2019.07.1}}
I gave up on factoring F₉ after about 20 minutes.
 
I gave up on factoring F₉ after about 20 minutes.
{{libheader|ntheory}}
<lang perl6>use ntheory:from<Perl5> <factor>;
 
2,392

edits