pyspark.sql.functions.asin

pyspark.sql.functions.asin(col: ColumnOrName) → pyspark.sql.column.Column[source]

Computes inverse sine of the input column.

New in version 1.3.0.

Returns
Column

inverse sine of col, as if computed by java.lang.Math.asin()