Float add error result

I notice Processing error with float calculation.. My code float a=0.12+0.12+0.12; println(a); Why I got 0.359xx instead 0.36?

Tagged:

Answers

Sign In or Register to comment.