显示下拉菜单

bcpow()

« bcmul | bcpowmod »
<?php
$string 
bcpow (
    
// string $left_operand
    
// string $right_operand
    
  // [int $scale]
);
?>
结果
$string = '25'
示例
#1 bcpow  ("5",
 
"2",
 
2)
另请参阅
bcpowmod, bcsqrt