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