<< asech Trigonometry asind >>

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))

See also


Report an issue
<< asech Trigonometry asind >>