2.7.3.7 pow

Declaration:

double pow(double x, double y);Returns x raised to the power of y.

Range:

x cannot be negative if y is a fractional value. x cannot be zero if y is less than or equal to zero.