pow

pow -- exponential expression

Description

float pow(float base, float exp);

Returns base raised to the power of exp.

See also exp().