Apache Presto - 数学函数 e()

查询

presto:default> select e() as exponent; 
    exponent 
------------------- 
 2.718281828459045 

指数值作为输出返回。

apache_presto_sql_functions.html