a = 1.2b = 1.0c = 0.2 puts a - b == cputs a * 10 - b * 10 == c * 10
Standard input is empty
false true
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!