|
fpowRaise one number to the power of another, according to IEEE 754 Description
float fpow(float
$num , float $exponent )
Returns the floating point result of raising
Parameters
Return Values
Returns a float corresponding to
ExamplesExample #1 fpow example
The above example will output: float(100) float(INF) float(NAN) See Also
|