Skip to content

Returns the natural logarithm of a number.

func.ln(<x>)
func.ln(2.718281828459045)
┌─────┐
1.0
└─────┘
LN(<x>)
SELECT LN(EXP(1));
┌─────┐
1.0
└─────┘