Effacer les filtres
Effacer les filtres

Bug in equality checks? 28.15e-3 == 28.15/1000 false

1 vue (au cours des 30 derniers jours)
Gustavo Lunardon
Gustavo Lunardon le 15 Oct 2021
Commenté : Paul le 15 Oct 2021
Why does this happen? It does not regocnize equality on 7.48e-3 == 7.48/1000, but it does on 7.47e-3 == 7.47/1000 as well. Another example below.
28.1e-3 == 28.1/1000
ans = logical
1
28.15e-3 == 28.15/1000
ans = logical
0

Réponse acceptée

Star Strider
Star Strider le 15 Oct 2021
Wellcome to the world of floating-point approximation error!
This is roughly equivalent to expressing in decimals. The result is 0.3 an infinite number of 3 following it, never being excactly equal to .
.
  9 commentaires
Image Analyst
Image Analyst le 15 Oct 2021
I think the abs() is needed because one quantized expression could be above or below the other quantized expression, and I don't think you'd know which it will be in general.
Paul
Paul le 15 Oct 2021
Exactly and well said. I should have included a statement to that effect in my comment

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 15 Oct 2021

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by