Returns the inverse cosine (
a
rccosine) of a number. The output is a value in radians between 0 and pi.
ACOS(number)
number: The (cosine) value whose inverse cosine you want to calculate. It must be between -1 and 1, inclusive. Eg., -0.9
Remarks
To return the angle in degrees, use the DEGREES function or multiply it by 180/PI().
|
Formula
|
Result
|
|
=ACOS(0.3)
|
1.266103673
|
|
=ACOS(-0.9)
|
2.690565842
|
|
=ACOS(1/2)
|
1.047197551
|
|
Errors
|
Meaning
|
|
#N/A!
|
|
|
#NAME!
|
|
|
#VALUE!
|
|
|
#REF!
|
|
|
#NUM!
|
|