pyspark.sql.functions.pow

pyspark.sql.functions.pow(col1: Union[ColumnOrName, float], col2: Union[ColumnOrName, float]) → pyspark.sql.column.Column

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