Summary
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:
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 | ASINH | SIN | COSH | Math and Trigonometry Functions