Display the text box

bcdiv()

« bccomp | bcmod »
<?php
$string 
bcdiv (
    
// string $left_operand
    
// string $right_operand
    
  // [int $scale]
);
?>
Result
$string = '16.007'
Examples
#1 bcdiv  ("105",
 
"6.55957",
 
3)
See also
bcmul