Built-in functions / Built-in functions |
Raises decimal to the power of the real exponent.
fgl_decimal_power( base DECIMAL, exp DECIMAL ) RETURNING result DECIMAL
Unlike the ** operator, the fgl_decimal_power() function supports real numbers for the exponent.