e
function
Applies to: Databricks SQL
Databricks Runtime
Returns the constant e
.
e()
This function takes no arguments.
The result is Euler's constant as a DOUBLE.
> SELECT e();
2.7182818284590455
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
e
functionApplies to: Databricks SQL
Databricks Runtime
Returns the constant e
.
e()
This function takes no arguments.
The result is Euler's constant as a DOUBLE.
> SELECT e();
2.7182818284590455