Functions: Power Function - Wynntils/Wynntils GitHub Wiki

Power function

Aliases

  • POW

Description

Returns the exponent of 2 values.

Arguments

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.

Schematics

POWER(<base>; <exponent>) → (Double)

Example

POWER(8;2)  64
⚠️ **GitHub.com Fallback** ⚠️