LN (Lakehouse v2)
Returns the natural logarithm of a number.
Analyze Syntax
Section titled “Analyze Syntax”func.ln(<x>)Analyze Examples
Section titled “Analyze Examples”func.ln(2.718281828459045)
┌─────┐│ 1.0 │└─────┘SQL Syntax
Section titled “SQL Syntax”LN(<x>)SQL Examples
Section titled “SQL Examples”SELECT LN(EXP(1));
┌─────┐│ 1.0 │└─────┘