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.
- Parameters:
- Return type:
- Returns:
The result of the exponentiation.
Supported types:
INTEGER (if both inputs are integer types)
DECIMAL (otherwise)
INTEGER_ARRAY or DECIMAL_ARRAY (if either input is an array)