Relational operator == doesn't work properly in some cases!

6 views (last 30 days)
When I run this code:
1.1-1==0.1
I recieve this:
ans =
logical
0
I think it's not rational. Could somebody explain why I'm getting that result?

Accepted Answer

Star Strider
Star Strider on 15 Jan 2020
You are seeing the effects of floating-point approximation error.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!