acos
Inverse cosine in radians
Syntax
Description
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 ofX
,acos(X)
returns complex values.