double pow

double pow(double __x, double __y)

The function pow() returns the value of __x to the exponent __y.