pyspark.sql.functions.sinh

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

New in version 1.4.0.

Parameters
colColumn or str

hyperbolic angle

Returns
Column

hyperbolic sine of the given value, as if computed by java.lang.Math.sinh()