Chernick's Carmichael numbers: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Fix Perl 6 -> Raku in comments)
Line 898: Line 898:
{{works with|Rakudo|2019.03}}
{{works with|Rakudo|2019.03}}
{{trans|Perl}}
{{trans|Perl}}
Use the ntheory library from Perl 5 for primality testing since it is much, ''much'' faster than Perl 6s built-in .is-prime method.
Use the ntheory library from Perl 5 for primality testing since it is much, ''much'' faster than Rakus built-in .is-prime method.


<lang perl6>use Inline::Perl5;
<lang perl6>use Inline::Perl5;