pyspark.sql.functions.exp

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

Computes the exponential of the given value.

New in version 1.4.