Menu

ARCCOS

Description

Returns the arccosine (the inverse of the cosine function) of the specified number. The arccosine is the angle whose cosine is the specified number. The resulting angle is given in radians in the range zero to pi.

Examples

ARCCOS(0.5) = 1.0471975511966

ARCCOS(3) = NAN

ARCCOS(NAN) = NAN

ARCCOS(INF) = NAN

ARCCOS(-INF) = NAN

On this page