pyspark.sql.functions.cosh

pyspark.sql.functions.cosh(col)[source]

New in version 1.4.0.

Parameters:
colColumn or str

hyperbolic angle

Returns:
Column

hyperbolic cosine of the angle, as if computed by java.lang.Math.cosh()