OracleNumeric FunctionsLN
EXP

LNNumeric Functions

LOG

Returns the natural logarithm.

Syntax

LN(n)

Example

Enter values below to update the example in real time.

LN
ln_val
SELECT LN(2.71828) AS ln_val FROM DUAL;