Basic formula accuracy

Jon,
1.23
This is true for all languages using floating point representation. (c, python, javascript) will all return the same result. Just use integer and do your displaying by dividing by 100 at the last minute.

123 + 4566 != 100 + 4589
False