TAN
Returns the tangent of a number.
Math & TrigonometryMath Basics
What it does
Returns tangent of an angle (radians).
Syntax
TAN(number)
Arguments
number(number) β Angle in radians.
Examples
Calculate Tan
Tan of 45 deg (pi/4).
FORMULA
=TAN(PI()/4)
RESULT
1
SAMPLE DATA
| A | |
|---|---|
| 1 | Rad |
| 2 | 0.785 |