Skip to contents
dd
0.0.0.9000
Reference
DuckDB function pow
Source:
R/duckdb-funs.R
pow.Rd
Computes x to the power of y.
Arguments
x
DOUBLE
y
DOUBLE
Examples
if
(
FALSE
)
{
# \dontrun{
pow
(
2
,
3
)
}
# }