Reports floating-point values
being compared with an == or != operator.
Floating point values are inherently inaccurate, and comparing them for exact
equality is almost never the desired semantics. This inspection ignores comparisons
with zero and infinity literals.