pyspark.sql.functions.
atan
Compute inverse tangent of the input column.
New in version 1.4.0.
Column
inverse tangent of col, as if computed by java.lang.Math.atan()