acos
To calculate the arccosine
The function returns the arccosine of a number.
Syntax
acos(number)
Return
number
Examples
acos(x)
To calculate the arccosine of a given number x between -1 and 1.
Result: 1.8234765819369754
Last updated