Display the drop-down list

bcpow()

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