EXP
LN
LOG
Returns the natural logarithm.
LN(x)
Enter values below to update the example in real time.
natural_log
SELECT LN(2.71828) AS natural_log;