pyspark.sql.functions.sin

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

Computes sine of the input column.

Parameters
colColumn or str
Returns
Column

sine of the angle, as if computed by java.lang.Math.sin()