arccos
Compute arccosine of a given argument
will return the arccosine of an argument, returned in degress in radians. There is no custom return type, the function always returns an double.
The argument domain is [-1, 1]. If x is outside the range, the compiler throws:
Last updated