<?php echo (36 - 35.99) === 0.01 ? '✅ equals' : 'not equals 😈';echo "\n";echo "(36 - 35.99) === " . (36 - 35.99);
Standard input is empty
not equals 😈 (36 - 35.99) === 0.009999999999998
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!