Click or drag to resize

SpecialFunctionsBesselI0 Method

Returns the modified Bessel function of first kind, order 0 of the argument.

The function is defined as i0(x) = j0( ix ).

The range is partitioned into the two intervals [0, 8] and (8, infinity). Chebyshev polynomial expansions are employed in each interval.


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

Parameters

x  Double
The value to compute the Bessel function of.

Return Value

Double
The modified Bessel function I0 evaluated at x.
See Also