pyspark.sql.functions.atanh

pyspark.sql.functions.atanh(col)[source]

Computes inverse hyperbolic tangent of the input column.

New in version 3.1.0.

Returns
Column