Display the text box

bcscale()

« bcpowmod | bcsqrt »
<?php
$bool 
bcscale (
    
  // int $scale
);

// shows the effect of the scale on the addition
$string bcadd (
    
// string $left_operand
    
 // string $right_operand
);
?>
Result
$bool = true
$string = '6.234'
Examples
#1 bcscale  (3,
 
/* $left_operand = 1.23456 */
 /* $right_operand = 5 */
)