FPOW
Learn how to use the FPOW math function in PlaidCloud Lakehouse. Alias for
POW. See POW - see syntax, examples, and output.Alias for POW. See POW.
Analyze Syntax
func.fpow(2, 10)
Analyze Examples
func.fpow(2, 10)
┌────────┐
│ 1024.0 │
└────────┘
SQL Syntax
FPOW(<x>)
SQL Examples
SELECT FPOW(2, 10);
┌────────┐
│ 1024.0 │
└────────┘