Click or drag to resize

SpecialFunctionsBesselI0MStruveL0 Method

Returns the difference between the Bessel I0 and Struve L0 functions.

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

Parameters

x  Double
The value to compute the function of.

Return Value

Double
The difference between I0(x) and L0(x).
See Also