Apache-presto-math-function-cbrt

提供:Dev Guides
移動先:案内検索

Apache Presto-数学関数cbrt(x)

問い合わせ

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

結果

   cubic_root
--------------------
 1.5874010519681996

4の立方根が出力として返されます。