The bug of Lotus Script about function "Round()"

look this

Round(29/2,0) = 14

Round(27/2,0) = 14

Do you think that is correct?

Subject: The bug of Lotus Script about function “Round()”

Yes it’s correct, the round function will round the number down if the integer value is even and round up if odd. This way it balances out better than automatically rounding up all values of .5

Subject: RE: The bug of Lotus Script about function “Round()”

What does it balance out?

jason o’brien