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