Exibir a lista drop-down

bcpow()

« bcmul | bcpowmod »
<?php
$string 
bcpow (
    
// string $left_operand
    
// string $right_operand
    
  // [int $scale]
);
?>
resultado
$string = '25'
Exemplos
#1 bcpow  ("5",
 
"2",
 
2)
Veja também
bcpowmod, bcsqrt