res = asind(x)
asind computes the inverse sine in degrees for each element of x.
x = [-50 -20 0 20 50]; y = asind(x)