pyspark.sql.functions.cbrt

pyspark.sql.functions.cbrt(col: ColumnOrName) → pyspark.sql.column.Column[source]

Computes the cube-root of the given value.

New in version 1.4.