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

Tan

  • Dark
    Light
  • PDF

Article Summary

Given an angle in radians, calculates its tangent

Function signature

TAN(number: Number) => Number
ParameterDescription
NumberAngle in radians to calculate tangent for

Examples

FormulaReturn value
TAN(0)0
TAN(PI() / 4)1
TAN(PI() / 6)0.57735027

Was this article helpful?

What's Next