Arithmetic/Rational: Difference between revisions

m (added a link to Bernouilli numbers)
Line 2,454:
 
=={{header|Perl 6}}==
{{works with|Rakudo|2015.12}}
Perl 6 supports rational arithmetic natively.
<lang perl6>for 2..2**19 -> $candidate {
Anonymous user