Click or drag to resize

SpecialFunctionsBesselK0e Method

Returns the exponentially scaled modified Bessel function of the second kind of order 0 of the argument.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double BesselK0e(
	double x
)

Parameters

x  Double
The value to compute the Bessel function of.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.SpecialFunctions.BesselK0e(System.Double)"]

See Also