in reply to Re: Egyptian fractions (Golf Anyone?)
in thread Egyptian fractions
A couple of small changes will get you down to 142:
($n,$d)=split'/',shift;sub p{print"1/$_[0] "}{use Math::Pari lcm;$u=int$d/$n+1;p$u;$l=lcm$d,$u;$n=$n*$l/$d-$l/$u;$d=$l;p($d),die$/i +f$n==1;redo}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Egyptian fractions (Golf Anyone?)
by tadman (Prior) on Aug 25, 2006 at 17:13 UTC |