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

Sec

  • Dark
    Light
  • PDF

Article Summary

Given an angle in radians, returns its secant.

Function signature

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

Examples

FormulaReturn value
SEC(0)1
SEC(1)1.85081572
SEC(-1)1.85081572
SEC(PI())-1
SEC(-PI())-1
SEC(PI() / 3)2
SEC(PI() / 3)2

Was this article helpful?

What's Next