According to this java.sun page == is the equality comparison operator for floating point numbers in Java.
==
However, when I type this code:
What is wrong with using == to compare floating point values?
Because it's not true that 0.1 + 0.2 == 0.3
0.1 + 0.2 == 0.3