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(
   value DECIMAL )
  RETURNING result DECIMAL
  1. value is the decimal to be computed.