3v4l.org
run code in 300+ PHP versions simultaneously
sponsor
bughunt
search
recent
about
@ 2019-05-27T22:02:46Z
<?php $a = bcmul('0.9', '-0.1', 1); $b = bcmul('0.90', '-0.1', 1); var_dump(bccomp($a, $b), $a, $b);