pyspark.sql.functions.cosh

pyspark.sql.functions.cosh(col)
Parameters

col – hyperbolic angle

Returns

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

New in version 1.4.