Cosech
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Cosech
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Given an angle in radians, calculates its hyberbolic cosecant.
Function signature
COSECH(number: Number) => Number
Parameter | Description |
---|---|
Number | Angle in radians |
Examples
Formula | Return value |
---|---|
COSECH(PI() / 3) | 0.80040529 |
COSECH(-PI() / 3) | -0.80040529 |
COSECH(PI() / 2) | 0.43453721 |
Was this article helpful?