R/duckdb-funs.R
pow.Rd
Computes x to the power of y.
DOUBLE^DOUBLE pow(x = DOUBLE, y = DOUBLE)
DOUBLE
2 ^ 3
pow(2, 3) power(2, 3)