(PHP 3, PHP 4 )
float pow (float base, float exp)
float pow
Returns base raised to the power of exp. If this can't be computed, exp() will return NAN.
See also exp().