pyspark.sql.functions.pow

pyspark.sql.functions.pow(col1, col2)[source]

Returns the value of the first argument raised to the power of the second argument.

New in version 1.4.