Scilab 6.1.0
Scilab Help >> Elementary Functions > Trigonometry > asin
asin
sine inverse (radians)
Syntax
[t] = asin(x)
Arguments
- x
a real or complex vector/matrix.
- t
a real or complex vector/matrix.
Description
The entries of t
are sine inverse of the
corresponding entries of x
. Definition domain is [-1, 1]
.
Sample

Examples
A=[1,2;3,4] sin(asin(A))
Comments
Add a comment:
Please login to comment this page.