Sinh
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Sinh
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Calculates the hyberbolic sine for the given number.
Function signature
SINH(number: Number) => Number
Parameter | Description |
---|---|
Number | Value to calculate the hyperbolic sine of |
Examples
Formula | Return value |
---|---|
SINH(1) | 1.1752011936438014 |
SINH(-1) | -1.1752011936438014 |
SINH(EULER()) | 7.544137102816975 |
SINH(-EULER()) | -7.544137102816975 |
SINH(0) | 0 |
Was this article helpful?