Functions: Power Function - Wynntils/Wynntils GitHub Wiki
- POW
Returns the exponent of 2 values.
This function has 2 required arguments.
- base (Number) → The number which is the base of the exponent.
- exponent (Number) → The number which is the index of the power.
POWER(<base>; <exponent>) → (Double)
POWER(8;2) → 64