pyspark.sql.functions.expm1

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

Computes the exponential of the given value minus one.

New in version 1.4.