The function to calculate powers in math.h of the Standard C Library:
double pow(double x, double y);