element wise cosine inverse (radians)
t = acos(x)
a real or complex vector or matrix.
a real or complex vector or matrix.
The components of t
are cosine inverse of
the corresponding entries of x
. Definition
domain is [-1, 1]
.
x=[1,%i,-1,-%i] cos(acos(x)) | ![]() | ![]() |