HyperMath

Asin

Asin

Previous topic Next topic No expanding text in this topic  

Asin

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The inverse sine of the argument.

Syntax

s = Asin(m)

Argument

Name

Description

 

m

A scalar, vector or a matrix.

Output

Name

Description

 

s

The inverse cosine of each entry in radians.

Example

Find the inverse sine of elements in a matrix.

 

Syntax

 

S = Asin([0.1,0.2;0.3,0.4])

 

Result

 

S = 0.10017  0.20136

   0.30469  0.41152

Comments

The argument values must be between -1 and 1 for valid results.

See Also:

Acos

Atan

Cos

Sin

Tan