sub ___{ ($n,$k)=@_;$r=1;$r*=$n/($n-$k),$n--while$n>$k;$r; }; [download]
In reply to Re: binomial coefficient by Anonymous Monk in thread binomial coefficient by Anonymous Monk