Acos
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Acos
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Calculates the inverse cosine or arccosine of the given number. The value is returned in radians.
Function signature
ACOS(number: Number) => Number
Parameter | Description |
---|---|
Number | Number to calculate arccosine for |
Examples
Formula | Return value |
---|---|
ACOS(-1) | 3.14159265 |
ACOS(0) | 1.57079633 |
ACOS(0.5) | 1.04719755 |
ACOS(1) | 0 |
Was this article helpful?