ACOS

The ACOS function returns the inverse cosine (arccosine) of a number.

ACOS(num)

num: A number value. num must be in the range –1 to 1.

Notes

Examples

=ACOS(SQRT(2)/2) returns 0.785398163397448, which is approximately π/4.

=ACOS(0.54030230586814) returns 1.

=DEGREES(ACOS(.5)) returns 60, the degree measure of an angle that has a cosine of 0.5.

See also
ACOSH
COS
COSH
DEGREES