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