SpecialFunctionsBesselI0MStruveL0 Method |
Returns the difference between the Bessel I0 and Struve L0 functions.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double BesselI0MStruveL0(
double x
)
Parameters
- x Double
- The value to compute the function of.
Return Value
DoubleThe difference between
I0(x) and
L0(x).
See Also