Hi,
I am using TMS470R1B1M. I am trying to assign a value of 6.00020002 to a floating point number.
The assignment is: float a = 6.00020002;
But in debugger the value of a is 6.00019979.
How do I make the value to show exactly 6.00020002?
Thanks, Jian