Apache Presto - 数学函数 log2(x)

查询

presto:default> select log2(5) as log_value; 
    log_value 
------------------- 
 2.321928094887362 

apache_presto_sql_functions.html