Problem with simple calculations
Status: Beta
Brought to you by:
goozoo
1/3*3 should be 1. Instead it's 0.9999999999. The same goes with 1/7*7 and other calculations such as these.
While it is true that most compilers make this mistake, a calculator program should avoid it. Since I haven't programmed calculators, I have no idea how to make this work.
Logged In: YES
user_id=885470
That's the accuracy I've been talking about.