This function returns the arccosine of the given number. The returned angle is in the range of 0.0 to pi. i.e. the angle value is in radians.
Bash
acos(number) #Output: Number
Check out asin() to calculate the arcsine of a given value.
📚 Use cases and examples
| Use case |
|---|
| No content found. |