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