ID EN
#Trigonometry

SINH

Excel Functions

Get hyperbolic sine of a number.

Syntax

EXCEL
=SINH(number)

Arguments

Parameter Description
number The hyperbolic angle.

Return Value

The hyperbolic sine of a number.

Details

The SINH function returns the hyperbolic sine of a number. Given the input 1, the function returns the value 1.175201194. The hyperbolic sine function returns the vertical component of the point on the right branch (x ≥ 1) of the unit hyperbola corresponding to the hyperbolic angle given as input. Together with hyperbolic cosine, the functions parameterize the right branch of the unit hyperbola given by the equation x² - y² = 1. In plain language, this means that the two functions trace out the shape of the right branch of the unit hyperbola. Given a hyperbolic angle corresponding to a point on the hyperbola's curve, SINH returns the vertical component of the point, while COSH returns the horizontal component of the point. For example, given the hyperbolic angle -1, hyperbolic cosine retur

Examples

Example 1

The SINH function returns the hyperbolic sine of a number. Given the input 1, the function returns the value 1.175201194.

EXCEL
=SINH(0) // returns 1.175201194

See Also

COSH TANH ASINH