<?php $a = 0.1; $b = 0.0025; $c = 1;$res = $a * $a - 4 * $b * $c; var_dump($res == 0);
Standard input is empty
bool(false)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!