sine inverse (radians)
[t]=asin(x)
:x real or complex vector/matrix : :t real or complex vector/matrix :
The entries of t are sine inverse of the corresponding entries of x. Definition domain is [-1, 1].
A=[1,2;3,4] `sin`_(asin(A))
Enter search terms or a module, class or function name.