The SINH function returns the hyperbolic sine of a value.

This function can be useful to model how forecast errors escalate non-linearly as predictions extend further into the future.

SINH(Value)

ArgumentData typeDescription
ValueNumber

The numeric value for which you want to calculate the hyperbolic sine.

The input can be any finite number.

The SINH() function returns a numeric value.

This function is only available in the Polaris Calculation Engine.

SINH(1)

Returns NaN when Angle is NaN.

FormulaResult
SINH(1)1.175
SINH(-1)-1.175