DPOW

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

Alias for POW. See POW.

Analyze Syntax

func.dpow(2, 10)

Analyze Examples

func.dpow(2, 10)

┌────────┐
 1024.0 
└────────┘

SQL Syntax

DPOW(<x>)

SQL Examples

SELECT DPOW(2, 10);

┌────────┐
 1024.0 
└────────┘