res = tand(x)
tand computes the tangent in degree for each element of x.
A = [0 30 45 60 90 360]; res = tand(A)