E

Updated at:

Calculates the value of e. This function is an additional function of MaxCompute V2.0.

Syntax

double e()

Return value

A value of the DOUBLE type is returned.

Examples

-- The return value is 2.718281828459045. 
select e();

Related functions

E is a mathematical function. For more information about functions related to data computing and conversion, see Mathematical Functions Overview.