From: John Miller Date: 2007-12-18T05:10:08+09:00 Subject: Re: dividing by two and rounding up This is Ruby so fast is not what you are going for, but I can't help pointing out that (n+1)>>1 many be the 'fastest' option. -- Posted via http://www.ruby-forum.com/.