Apache Presto - Math Function e()



Query

presto:default> select e() as exponent; 

Result

    exponent 
------------------- 
 2.718281828459045 

The exponent value is returned as an output.

apache_presto_sql_functions.htm
Advertisements