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