=SINH(number)
=SINH(1)
In this example, the SINH function is used to calculate the hyperbolic sine of the number 1. The formula returns the value of the hyperbolic sine of 1, which is approximately 1.1752.
=SINH(A2)
In this example, the SINH function is used to calculate the hyperbolic sine of the value in cell A2. The formula returns the value of the hyperbolic sine of the number in cell A2. For example, if cell A2 contains the number 2, the formula will return the hyperbolic sine of 2, which is approximately 3.6269.
The SINH function calculates the hyperbolic sine of a given number by expressing it as a hyperbolic angle. It takes one argument, a number, to perform this calculation.