For some numbers after a multiplication operation equality is wrong. http://repl.it/CMx 100 \* 0.15 == 15 #false 100 \* 0.14 == 14 #false 100 \* 0.10 == 10 #true