ILNumerics.Net
asin Method (A)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.BuiltInFunctionsILMathasin(ILArray<(Of <(Single>)>))
ILNumerics.Net - numeric computing for .NET
Arcsine of array elements - real output
Declaration Syntax
C#Visual BasicVisual C++
public static ILArray<float> asin(
	ILArray<float> A
)
Public Shared Function asin ( _
	A As ILArray(Of Single) _
) As ILArray(Of Single)
public:
static ILArray<float>^ asin(
	ILArray<float>^ A
)
Parameters
A (ILArray<(Of <(Single>)>))
input array
Return Value
Arcsine of array elements - real output
Remarks

If the input array is empty, an empty array will be returned.

The array returned will be a dense array.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)