as per the rounding error, depends on whose rules you use. some of the standard rules of rounding that I've come across from several sources state that you don't round up if the number is even, and round up with odd numbers (e.g. you'd round up 132.79, but not 132.69).
|