TLowder
Programmer
- Mar 20, 2002
- 224
round(0.125,2) <> formatcurrency(0.125)
Why didn't I get the memo? I always thought .005 went up but not with round. I can't believe I'm just now finding this out (or maybe I just forgot). I guess as long as the code is consistant it doesn't matter. I mostly use formatcurrency but was writing a new function and happened to use round. I saw the numbers weren't matching with another function calculating the same numbers. Anyway I thought I would throw this out here in case someone else went all these years without ever noticing.
Here's the memo -
Tom
Why didn't I get the memo? I always thought .005 went up but not with round. I can't believe I'm just now finding this out (or maybe I just forgot). I guess as long as the code is consistant it doesn't matter. I mostly use formatcurrency but was writing a new function and happened to use round. I saw the numbers weren't matching with another function calculating the same numbers. Anyway I thought I would throw this out here in case someone else went all these years without ever noticing.
Here's the memo -
Tom