expm1
function
Applies to: Databricks SQL Databricks Runtime
Returns exp(expr) - 1
.
Syntax
expm1(expr)
Arguments
expr
: An expression that evaluates to a numeric.
Returns
A DOUBLE.
Examples
> SELECT expm1(0);
0.0
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
expm1
functionApplies to: Databricks SQL Databricks Runtime
Returns exp(expr) - 1
.
expm1(expr)
expr
: An expression that evaluates to a numeric.A DOUBLE.
> SELECT expm1(0);
0.0