Y = acotd(X) returns
the inverse cotangent (cot-1) of the elements
of X in degrees. The function's domain
and range include complex values. For real elements of X in
the range [-Inf,Inf], acotd returns values in the
range [-90,90]. For complex values of X, acotd returns
complex values.
X — Cotangent of angle scalar value | vector | matrix | N-D array
Cotangent of angle, specified as a real-valued or complex-valued
scalar, vector, matrix, or N-D array. The acotd operation
is element-wise when X is non-scalar.
Data Types: single | double Complex Number Support: Yes