# SINH

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function returns the hyperbolic sine of the specified number.

## Syntax

SINH(*value*)

## Arguments

You can use any real number for the *value* argument.

## Remarks

The equation for calculating the hyperbolic sine is:
![SINH Equation](https://cdn.mescius.io/document-site-files/images/0ed25d3e-6b2a-4cf0-8f1b-7ed5ab18cf12/artwork/func-sinh.png)
where z is the *value* argument.

## Data Types

Accepts numeric data. Returns numeric data.

## Examples

`SINH(B4)`
`SINH(R1C2)`
`SINH(1)` gives the result 1.1752011936

## Version Available

This function is available in product version 1.0 or later.

## See Also

[ACOSH](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionACOSH) \| [ASINH](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionASINH) \| [SIN](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsRtoS/FunctionSIN) \| [COSH](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsAtoC/FunctionCOSH) \| [Math and Trigonometry Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsmathtrig)