php浮点数比较

```

$a=1.2;

$b=1.1;

$c=0.1;

var_dump(bccomp($a,$b+$c,2))

你可能感兴趣的:(php浮点数比较)