Tan() |
Working with Formulas > Functions Used in Formulas > Numeric Functions > Tan()
TAN() returns the tangent of a number, where the input number is in units of radians.
Function Format
TAN(number)
Return Value
TAN() returns a numeric value
Examples
TAN(0) = 0
TAN(PI()) = 0
TAN(COS(PI())) = -1.5574
TAN(100) = -0.5872 |