Description :
Calculates one value raised to the power of the other.
Uses :
Use this to raise one value to the power of another. The values may be entered directly, provided from a variable or via another expression. Anything raised to the power 0 is 1.
Example :
Here we set the value of the variable "Health" depending on the value of the variable "Difficulty" as a the power of 2. For 0 Difficulty, Health will be 1; for 1 Difficulty, Health will be 2; for 2 Difficulty, Health will be 4; and so on.