From: Victor Reyes Date: 2007-05-05T02:10:58+09:00 Subject: Help with bigbnum ------=_Part_41899_16213347.1178298656447 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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_41899_16213347.1178298656447--