LN(x):Returns the natural logarithm of x : LN « Numeric Math Functions « Oracle PL / SQL






LN(x):Returns the natural logarithm of x

SQL> -- 
SQL>
SQL> --LN(x):Returns the natural logarithm of x.
SQL>
SQL> select LN(2.71828183) from dual;

LN(2.71828183)
--------------
             1

SQL>

           
       








Related examples in the same category

1.LN: Returns natural logs, that is, logs with respect to base e