Version

Asin Method (Compute)

Returns the arcsine of x. Arcsine is the inverse of sin(x) on the range [-pi/2 pi/2].
Overload List
OverloadDescription
Asin(Double)Returns the arcsine of x. Arcsine is the inverse of sin(x) on the range [-pi/2 pi/2].  
Asin(Complex)Returns the arcsine of a Complex number x. Arcsine is the inverse of Sin(x) on the Complex plane.  
Asin(Vector)Returns a Vector with the arcsine of each element of x.  
Asin(ComplexVector)Returns a ComplexVector with the arcsine of each element of x.  
Asin(Matrix)Returns a Matrix with the arcsine of each element of x.  
Asin(ComplexMatrix)Returns a ComplexMatrix with the arcsine of each element of x.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also