cbrt()

値の立方根を返します。

value1の型にはbig integer、double、integerまたはfloatのいずれかを使用できます。

戻り値の型はdoubleになります。

関数 結果

cbrt(27)

3