FGL_DECIMAL_POWER()

Raises decimal to the power of the real exponent.

Syntax

FGL_DECIMAL_POWER(
      base DECIMAL,
      exp DECIMAL ) 
    RETURNING result DECIMAL
  1. base is the decimal to be raise to the power of exp.
  2. exp is the exponent.

Usage

Unlike the ** operator, the FGL_DECIMAL_POWER() supports real numbers for the exponent.