Ramanujan primes/twins: Difference between revisions

m
→‎{{header|Raku}}: note use of 'ntheory' module
m (→‎{{header|Raku}}: note use of 'ntheory' module)
Line 369:
=={{header|Raku}}==
Timing is informational only. Will vary by system specs and load.
{{libheader|ntheory}}
<lang perl6>use ntheory:from<Perl5> <ramanujan_primes nth_ramanujan_prime>;
use Lingua::EN::Numbers;
2,392

edits