res = asin(x)
asin computes the inverse sine in radians for each element of x.
A = eye(3, 3); res = asin(A)