Cosec
  • 27 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Cosec

  • Dark
    Light
  • PDF

Article Summary

Given an angle in radians, calculates its cosecant.

Function signature

COSEC(number: Number) => Number
ParameterDescription
NumberAngle in radians

Examples

FormulaReturn value
COSEC(PI() / 3)1.15470054
COSEC(-PI() / 3)-1.15470054
COSEC(PI() / 2)1

Was this article helpful?

What's Next