Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 01, 2024
Send us feedback
expm1
Applies to: Databricks SQL Databricks Runtime
Returns exp(expr) - 1.
exp(expr) - 1
expm1(expr)
expr: An expression that evaluates to a numeric.
expr
A DOUBLE.
> SELECT expm1(0); 0.0
e function
exp function