Returns the value of one number raised to the power of another number.
Parameter 1 - any numerical value (a).
Parameter 2 - another numerical value (b).
Returns: the first parameter raised to the power of the second (ab)