pyspark.sql.functions.tan

pyspark.sql.functions.tan(col)
Parameters

col – angle in radians

Returns

tangent of the given value, as if computed by java.lang.Math.tan()

New in version 1.4.