pow

(PHP 3, PHP 4 >= 4.0b1)

pow -- Exponential expression

Description

float pow (float base, float exp)

Returns base raised to the power of exp. If this can't be computed, exp() will return NAN.

See also exp().