fgl_decimal_exp()
Returns the value of Euler's constant (e) raised to the power of the decimal passed as parameter.
Syntax
fgl_decimal_exp(
   x DECIMAL )
  RETURNS DECIMAL
- x is the decimal to be computed.
 
Returns the value of Euler's constant (e) raised to the power of the decimal passed as parameter.
fgl_decimal_exp(
   x DECIMAL )
  RETURNS DECIMAL