Hi All!
I found that when I execute the following code...
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!
I found that when I execute the following code...
- void setup()
- {
- println(134.9 + 0.2);
- }
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!
1