Mis match in comparing the values
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Jan
el 11 de Sept. de 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.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!