Display the drop-down list

bcpowmod()

« bcpow | bcscale »
<?php
$string 
bcpowmod (
    
// string $left_operand
    
// string $right_operand
    
// string $modulus
    
  // [int $scale]
);
?>
Result
$string = '1'
Examples
#1 bcpowmod  ("5",
 
"2",
 
2)
See also
bcmod, bcpow