I have a program that counts up a monetary cost tally in cents per second. The problem I'm having is that once the value reaches 10,000 Blitz won't accept anything past the first decimal point. So even something simple like:
10000 + .02
Will just return 10000.0, it drops everything past that first decimal point. If I have to I can probably create a work around for this but it would be a collosal pain in the butt compared to just having the math work properly.
Is this problem common knowledge? Am I doing something wrong? Any help is appreciated, thanks :)
10000 + .02
Will just return 10000.0, it drops everything past that first decimal point. If I have to I can probably create a work around for this but it would be a collosal pain in the butt compared to just having the math work properly.
Is this problem common knowledge? Am I doing something wrong? Any help is appreciated, thanks :)