As I understand PC with x86 CPU is IEEE754 floating point standart.
Then out of:
<?php
print (19.6*100)!==(d ouble)1960;
?>
will be 1.
It's true ?
Then out of:
<?php
print (19.6*100)!==(d ouble)1960;
?>
will be 1.
It's true ?
Comment