Special.Hankel H 2 Method
Evaluates the Hankel function of the second kind of real order and complex argument.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
The value of the Hankel function of the second kind of order nu at z.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public static Complex<double> HankelH2(
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 second kind of order nu at z.
Remarks
The Hankel functions are linear combinations of Bessel functions of the first and second kind.