[Solved] Testing for float equality in C [duplicate]
[ad_1] float has less precision than double, which would be the default type used for floating point literals. Since 6.7 cannot be represented with a finite number of binary digits, the less precise float representation does not equal the double representation. [ad_2] solved Testing for float equality in C [duplicate]