Click or drag to resize

SpecialFunctionsBesselI1 Method

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

The function is defined as i1(x) = -i j1( 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.3179.0 (4.8.3179.0)
Syntax
C#
public static double BesselI1(
	double x
)

Parameters

x  Double
The value to compute the Bessel function of.

Return Value

Double

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

See Also