Hickerson series of almost integers: Difference between revisions

m
Fix Perl 6 -> Raku links
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Fix Perl 6 -> Raku links)
Line 1,596:
(formerly Perl 6)
{{works with|rakudo|2015-09-13}}
We'll use [http://doc.perl6raku.org/type/FatRat FatRat] values, and a series for an [http://mathworld.wolfram.com/NaturalLogarithmof2.html approximation of ln(2)].
 
<lang perl6>constant ln2 = [+] (1/2.FatRat, */2 ... *) Z/ 1 .. 100;
10,327

edits