ACOS
Last updated
Was this helpful?
Last updated
Was this helpful?
The ACOS function returns the arccosine (in radians) of a given number.
This function takes a single as input. It outputs another Number: the arccossin, in radians, of the given number.
number (required, type: Number) Any number.
arccosine (type: Number) The arccosine, in radians, of the given number.
The following example returns the arccosine of 0.5. Note that the arccossine of one half is sixty degrees, or π/3radians, but the ACOS function doesn't output an angle in degrees or in radians in terms of pi. Rather, it provides a numerical estimation of the angle in radians:
To calculate the arctangent in degrees, the ACOS function must be used in tandem with the function, such as in the following example. Note that the output is not exactly 60, but it is extremely close. This is the result of small rounding errors:
ACOS can also be used in tandem with the function to provide insight into how the angle in radians relates to terms of pi, such as in the following example. Note again that, due to small rounding errors, the output is not a precise numerical estimation of 1/3: