Apache Presto - 数学函数 cbrt(x)

查询

presto:default> select cbrt(4) as cubic_root; 
   cubic_root 
-------------------- 
 1.5874010519681996 

4 的立方根作为输出返回。

apache_presto_sql_functions.html