Inspectopedia
 
2024.3

Floating-point equality comparison

Warning
New
Last modified: 03 December 2024

Reports floating-point values that are being compared using the == or != operator.

Floating-point values are inherently inaccurate, and comparing them for exact equality is seldom the desired semantics.

This inspection ignores comparisons with zero and infinity literals.

Example: