2.7.3.7 pow
Declaration:
double pow(doublex, doubley);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.
Declaration:
double pow(doublex, doubley);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.