Afficher la liste déroulante

bcmul()

« bcmod | bcpow »
<?php
$string 
bcmul (
    
// string $left_operand
    
// string $right_operand
    
  // [int $scale]
);
?>
Résultat
$string = '47.161'
Exemples
#1 bcmul  ("1.34747474747",
 
"35",
 
3)
#2 bcmul  ("2",
 
"4")
Voir aussi
bcdiv