DLOG1

Learn how to use the DLOG1 math function in PlaidCloud Lakehouse. Alias for LN. See LN - see syntax, examples, and output.

Alias for LN. See LN.

Analyze Syntax

func.dlog1(2.718281828459045)

Analyze Examples

func.dlog1(2.718281828459045)

┌─────┐
 1.0 
└─────┘

SQL Syntax

DLOG1(<x>)

SQL Examples

SELECT DLOG1(2.718281828459045);

┌─────┐
 1.0 
└─────┘