This is a variation of factorial function that you saw on the tutorial. This example calculates one number to the power of another but not using the built-in pwr() function. Instead, it uses a recursive function.