<?php echo number_format(0.3,90); echo "\n"; echo number_format(0.1+0.2,90); echo "\n"; var_dump(0.1+0.2 === 0.3);
You have javascript disabled. You will not be able to edit any code.