Coth
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Coth
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Given an angle in radians, calculates its hyberbolic cotangent.
Function signature
COTH(number: Number) => Number
Parameter | Description |
---|---|
Number | Angle in radians to calculate cotangent for |
Examples
Formula | Return value |
---|---|
COTH(PI() / 4) | 1.52486862 |
COTH(PI() / 2) | 1.09033141 |
COTH(PI() / 6) | 2.08128336 |
Was this article helpful?