The SINH() function returns the hyperbolic sine of a given value. It's a hyperbolic function that calculates the relationship between exponential growth and decay, mathematically expressed as COSH(x) = (e^x + e^(-x)) / 2. The function accepts any real number and returns a value that can range from negative infinity to positive infinity. In hyperbolic geometry, it represents the y-coordinate of a point on a unit hyperbola.

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