If I need x to the power of y why can\'t I simply do pow(x, y) (in C or C++) instead of a D&C recursive algorithm that is significantly harder
x to the power of y
pow(x, y)