Exibir a lista drop-down

bcsub()

« bcsqrt | bin2hex »
<?php
$string 
bcsub (
    
// string $left_operand
    
// string $right_operand
    
  // [int $scale]
);
?>
resultado
$string = '-3'
Exemplos
#1 bcsub  ("1.234",
 
"5")
#2 bcsub  ("1.234",
 
"5",
 
4)
Veja também
bcadd