fpowRaise one number to the power of another, according to IEEE 754 説明
float fpow(float
$num , float $exponent )
Returns the floating point result of raising
パラメータ
戻り値
Returns a float corresponding to
例例1 fpow example
上の例の出力は以下となります。 float(100) float(INF) float(NAN) 参考
|