Inverse cosine in radians
returns the
Inverse Cosine
(cos-1) of the elements of Y
= acos(X
)X
in radians.
The function accepts both real and complex inputs.
For real values of X
in the interval [-1, 1],
acos(X)
returns values in the interval [0, π].
For real values of X
outside the interval [-1,1] and for
complex values of X
, acos(X)
returns complex
values.