bcpowRaise an arbitrary precision number to another Description
string bcpow
( string
$left_operand
, string $right_operand
[, int $scale = 0
] )
Raise Parameters
Return ValuesReturns the result as a string. ExamplesExample #1 bcpow example
<?php Notes
See Also
|