LN
LN(n)

Returns the natural logarithm of a number. The LN and EXP functions are complementary.

Example

SQL>
						 SELECT LN(100), EXP(4.60517019) FROM dual; 

   LN(100) EXP(4.60517019)
---------- ---------------
4.60517019             100

Get Oracle SQL: the Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.