pyspark.sql.functions.sin

pyspark.sql.functions.sin(col)
Parameters

col – angle in radians

Returns

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

New in version 1.4.