Mis match in comparing the values

1 view (last 30 days)
Hello all,
a=1.3;
b=0.1+0.2+0.2+0.3+0.3+0.1+0.1;
If I perform a==b, then I am getting the result 0(means both are not equal).
But actually they are equal(Both has a value of 1.3)
What's going wrong here? Plz let me know....
Best Regards,
Raghavendra
  1 Comment
Jan
Jan on 11 Sep 2012
Dear Raghavendra, welcome to the world of floating point numbers on computers. Equivalent questions have been discussed such frequently, that this topic have been included in the FAQ. Follow Oleg's link and study the other problems also, because they occur frequently, as the name says already.
To all readers: If you have not done this already, read the FAQ also.

Sign in to comment.

Accepted Answer

Oleg Komarov
Oleg Komarov on 11 Sep 2012

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!