SINH
The SINH function is a mathematical function that returns the Hyperbolic Sine of a number. The SINH function returns a real value.
Function Name |
SINH |
Description |
Returns the Hyperbolic Sine of a number |
Arguments |
SINH(INTEGER or REAL) Where:
For more information on integers and real values, see Number (Integer or Real). |
Returns |
REAL The Hyperbolic Sine of the input number. |
Example:
SINH(3.54)
The output is 17.22.