SINH function
Overview
SINH is a function of the Math and Trigonometry category that calculates the hyperbolic sine of a number.
Usage
Syntax
SINH(number) => sinh
Argument descriptions
- number (number, required). The hyperbolic angle whose hyperbolic sine is to be calculated, expressed in radians.
Additional guidance
The formula for the hyperbolic sine is:
Returned value
SINH returns a real number that is the hyperbolic sine of the specified hyperbolic angle.
Error conditions
- In common with many other IronCalc functions, SINH propagates errors that are found in its argument.
- If no argument, or more than one argument, is supplied, then SINH returns the
#ERROR!
error. - If the value of the number argument is not (or cannot be converted to) a number, then SINH returns the
#VALUE!
error. - For some argument values, SINH may return a
#DIV/0!
error. - For more information about the different types of errors that you may encounter when using IronCalc functions, visit our Error Types page.
Details
- The SINH function utilizes the sinh() method provided by the Rust Standard Library.
- The figure below illustrates the SINH function.
Examples
See some examples in IronCalc.
Links
- For more information about hyperbolic functions, visit Wikipedia's Hyperbolic functions page.
- See also IronCalc's SIN, COS and TAN functions.
- Visit Microsoft Excel's SINH function page.
- Both Google Sheets and LibreOffice Calc provide versions of the SINH function.