fgl_decimal_logn()
Returns the natural logarithm of the decimal passed as parameter.
Syntax
fgl_decimal_logn(
   x DECIMAL )
  RETURNS DECIMAL
- x is the decimal to be computed.
 
Returns the natural logarithm of the decimal passed as parameter.
fgl_decimal_logn(
   x DECIMAL )
  RETURNS DECIMAL