pyspark.sql.functions.atan

pyspark.sql.functions.atan(col: ColumnOrName) → pyspark.sql.column.Column

Compute inverse tangent of the input column.

Returns
Column

inverse tangent of col, as if computed by java.lang.Math.atan()