sine inverse (radians)
[t] = asin(x)
a real or complex vector/matrix.
The entries of t are sine inverse of the corresponding entries of x. Definition domain is [-1, 1].
t
x
[-1, 1]
A=[1,2;3,4] sin(asin(A))