Visualizzare l'elenco a discesa

bcsub()

« bcsqrt | bin2hex »
<?php
$string 
bcsub (
    
// string $left_operand
    
// string $right_operand
    
  // [int $scale]
);
?>
risultato
$string = '-3'
Esempi
#1 bcsub  ("1.234",
 
"5")
#2 bcsub  ("1.234",
 
"5",
 
4)
Vedi anche
bcadd