Recursively calculate the power of a number by repeatedly multiplying the base with an decreasing exponent.
Explain code with DocComment! Try out your own code!