From: Joel VanderWerf Date: 2004-09-16T08:11:16+09:00 Subject: Re: Bignum Troubles Robert Klemme wrote: > Just one other remark, there is a lib that changes the semantics of int > division. I don't remember the name though. So 5 / 3 is not always a > Fixnum. $ irb -r mathn irb(main):001:0> 5/3 => 5/3