Tan
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Tan
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Given an angle in radians, calculates its tangent
Function signature
TAN(number: Number) => Number
Parameter | Description |
---|---|
Number | Angle in radians to calculate tangent for |
Examples
Formula | Return value |
---|---|
TAN(0) | 0 |
TAN(PI() / 4) | 1 |
TAN(PI() / 6) | 0.57735027 |
Was this article helpful?