Hi All!
I found that when I execute the following code...
- void setup()
- {
- println(134.9 + 0.2);
- }
The result I get is: 135.09999
I get a similar result with every number from 128.9 and up.
Is this a known bug or some curiosity about the way Floats work? (Or something about the specific computer I'm working on)
Thanks, Everyone!
Cheers!