Click or drag to resize

SpecialFunctionsHankelH2Scaled Method

Returns the exponentially scaled Hankel function of the second kind.

ScaledHankelH2(n, z) is given by Exp(z * j) * HankelH2(n, z) where j = Sqrt(-1).


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex HankelH2Scaled(
	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 exponentially scaled Hankel function of the second kind.
See Also