Click or drag to resize

SpecialFunctionsBesselKScaled(Double, Complex) Method

Returns the exponentially scaled modified Bessel function of the second kind.

ScaledBesselK(n, z) is given by Exp(z) * BesselK(n, z).


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

Parameters

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

Return Value

Complex
The exponentially scaled modified Bessel function of the second kind.
See Also