Raises a number to a power.
1 2
printf("%g\n", math.pow(2, 3)) // 8 printf("%g\n", math.pow(5, 2)) // 25