on 16/05/02 11:39, Bernie Wylde at bernie.w@... wrote: > Ken's recent logic problem got me looking at rounding. > > Isn't the rounding rule: ".5 and higher are rounded up and lower values are > rounded down"? > > Well, > > INT(1.5) = 2 > > but > > INT(2.5) = 2 > > It appears that whenever the number before the decimal is even, then INT(i) > rounds down, not up. > > Can anyone explain this? > > Bernie > > > -- > To unsubscribe, send ANY message to <futurebasic-unsubscribe@...> > > Use FIX(1.5) this changed from FBII to FB^3