Click or drag to resize

SpecialFunctionsHankelH1 Method

Returns the Hankel function of the first kind.

HankelH1(n, z) is defined as BesselJ(n, z) + j * BesselY(n, z).


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex HankelH1(
	double n,
	Complex z
)

Parameters

n  Double
The order of the Hankel function.
z  Complex
The value to compute the Hankel function of.

Return Value

Complex
The Hankel function of the first kind.
See Also