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