pyspark.sql.functions.sqrt

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

Computes the square root of the specified float value.

New in version 1.3.