Formula Functions > Functions R to S > SINH |
This function returns the hyperbolic sine of the specified number.
SINH(value)
You can use any real number for the value argument.
The equation for calculating the hyperbolic sine is:
where z is the value argument.
Accepts numeric data. Returns numeric data.
SINH(B4)
SINH(R1C2)
SINH(1) gives the result 1.1752011936
This function is available in product version 1.0 or later.
ACOSH | ASINH | SIN | COSH | Math and Trigonometry Functions