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