Dropdown-Liste anzeigen

bcpow()

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