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

  • The ACOS function takes a cosine value and returns a corresponding angle. The resulting angle is expressed in radians, in the range 0 to π (pi). To see the resulting angle in degrees instead of radians, wrap this function in the DEGREES function; that is, =DEGREES(ACOS(num)).

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
Helpful?
Character limit: 250
Maximum character limit is 250.
Thanks for your feedback.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.