Display the drop-down list

bcmul()

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