Part Number: MSP430G2553
Tool/software: Code Composer Studio
Hello!
In my code, I assigned defined a variable in the following way,
float i;
i = 0.29;
However, when I use the step return and add the variable under watch, it shows that
i = 0.289999992
Why this anomaly. How do i rectify it?
Thank You