Mostrar lista de opciones

bcpow()

« bcmul | bcpowmod »
<?php
$string 
bcpow (
    
// string $left_operand
    
// string $right_operand
    
  // [int $scale]
);
?>
Resultado
$string = '25'
Ejemplos
#1 bcpow  ("5",
 
"2",
 
2)
Ver también
bcpowmod, bcsqrt