ILNumerics.Net
asinc Method (A)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.BuiltInFunctionsILMathasinc(ILArray<(Of <(Double>)>))
ILNumerics.Net - numeric computing for .NET
Arcsine of array elements - complex output
Declaration Syntax
C#Visual BasicVisual C++
public static ILArray<complex> asinc(
	ILArray<double> A
)
Public Shared Function asinc ( _
	A As ILArray(Of Double) _
) As ILArray(Of complex)
public:
static ILArray<complex>^ asinc(
	ILArray<double>^ A
)
Parameters
A (ILArray<(Of <(Double>)>))
input array
Return Value
Arcsine of array elements - complex 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)