POWER
- POWER(mantissa, exponent)[source]
Raises a number to the power of another number.
Computes the result of raising the mantissa to the specified exponent. Inputs can be fields, parameters, calculations, or numeric constants.
``mantissa`` — accepted types
DECIMAL
DECIMAL_ARRAY
INTEGER
INTEGER_ARRAY
``exponent`` — accepted types
DECIMAL
DECIMAL_ARRAY
INTEGER
INTEGER_ARRAY
Return types
DECIMAL
DECIMAL_ARRAY
INTEGER
INTEGER_ARRAY