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

Cosech

  • Dark
    Light
  • PDF

Article Summary

Given an angle in radians, calculates its hyberbolic cosecant.

Function signature

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

Examples

FormulaReturn value
COSECH(PI() / 3)0.80040529
COSECH(-PI() / 3)-0.80040529
COSECH(PI() / 2)0.43453721

Was this article helpful?

What's Next