Visualizzare l'elenco a discesa

bcmul()

« bcmod | bcpow »
<?php
$string 
bcmul (
    
// string $left_operand
    
// string $right_operand
    
  // [int $scale]
);
?>
risultato
$string = '47.161'
Esempi
#1 bcmul  ("1.34747474747",
 
"35",
 
3)
#2 bcmul  ("2",
 
"4")
Vedi anche
bcdiv