Skip to contents
cynkra
dd
0.0.0.9000
Reference
DuckDB function exp
Source:
R/duckdb-funs.R
exp.Rd
Computes e to the power of x.
Usage
exp
(
x
=
DOUBLE
)
Arguments
x
DOUBLE
Value
DOUBLE
SQL examples
exp
(
1
)