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