Special.HankelH1 Method

Evaluates the Hankel function of the first kind of real order and complex argument.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
public static Complex<double> HankelH1(
	double nu,
	Complex<double> z
)

Parameters

nu  Double
A real number that specifies the order of the Bessel function.
z  Complex<Double>
The value at which to evaluate the function.

Return Value

Complex<Double>
The value of the Hankel function of the first kind of order nu at z.

Remarks

The Hankel functions are linear combinations of Bessel functions of the first and second kind.

See Also