Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the CSC function. |
Examples
Cosecant of 90 degrees
=CSC(PI()/2)
Cosecant of 30 degrees
=CSC(RADIANS(30))
Identity check
=CSC(A1)^2 - COT(A1)^2
Common Errors
CSC is undefined where SIN equals zero: at 0°, 180°, 360°, etc. (0, π, 2π radians). These return #DIV/0!.
Non-numeric input returns #VALUE!.
Tips
CSC(x) = 1/SIN(x). Use whichever is clearer in your formula context.
CSC²(x) = 1 + COT²(x). This parallels the sec²(x) = 1 + tan²(x) identity.
CSC is rarely needed in typical spreadsheet work. It's most useful when implementing published scientific or engineering formulas that explicitly use cosecant.
Try CSC in Viztab
Import your data and use CSC with 370+ other formulas. No signup required.
Open Viztab