Returns the arccosine, or inverse cosine, of the specified number. The arccosine is the angle whose cosine is the specified number. The returned angle is given in radians in the range [0…π].
Syntax
![]() |
---|
ACOS( Number n ) → Number |
If you want to convert the result from radians to degrees, multiply it by 180/PI or use the DEGREES function.
Formula
![]() |
---|
=ACOS(0.5) |
Function Reference
COS Function
PI Function
RADIANS Function
DEGREES Function