Click or drag to resize

SpecialFunctionsBesselI1MStruveL1 Method

Returns the difference between the Bessel I1 and Struve L1 functions.

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

Parameters

x  Double
The value to compute the function of.

Return Value

Double
The difference between I1(x) and L1(x).
See Also