Quote:
Originally Posted by H5N1
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).
|
That only applies if the last digit is a 5. Example:
132.75 round to 132.8
132.65 round to 132.6.
In your example you should round both numbers up.