sinh function in the Factory

The sinh function returns the hyperbolic sine of each row of the column.


Parameters

sinh(column)

Parameter

Description

column

The attribute used to retrieve the hyperbolic sine. Its type must be numeral. The column parameter is mandatory.


Example

The following example uses the Top Hits Spotify dataset.

This example isn’t based on a real scenario, it only explains how to use the function.

Description

Screenshot

In this example, we want to fill a new column with the hyperbolic sine of the key attribute.

Add a new column, then type the following formula: sinh($"key")