pyspark.sql.functions.sinh

pyspark.sql.functions.sinh(col: ColumnOrName) → pyspark.sql.column.Column

Computes hyperbolic sine of the input column.

Parameters
colColumn or str

hyperbolic angle

Returns
Column

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