From: Jason Roelofs Date: 2007-05-05T02:36:30+09:00 Subject: Re: Help with bigbnum ------=_Part_46420_4168324.1178300189285 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline You do realize the magnitude of number you're trying to calculate? There IS a limit to how big even BigNum can go before deciding to crap out. I'd like to see someone try this in Lisp. If that interpreter can't handle it, then no language can. Jason On 5/4/07, Victor Reyes wrote: > > I am trying to use the following computation: 232582656(232582657-1) > > n = (2**32582656) * (2**32582657 - 1) > > I am getting the msg: > > perf.rb:5: warning: in a**b, b may be too big Infinity > > Any help will be appreciated. > > Thank you > > Victor > ------=_Part_46420_4168324.1178300189285--