<?php echo (.1 + .2) . "\n"; echo ".1 + .2 == .3: " . (.1 + .2 == .3 ? "True": "False") . "\n";
Standard input is empty
0.3 .1 + .2 == .3: False
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!