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() supports real numbers for the exponent.