SpecialFunctionsBesselI(Double, Double) Method |
Returns the modified Bessel function of the first kind.
BesselI(n, z) is a solution to the modified Bessel differential equation.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double BesselI(
double n,
double z
)
Parameters
- n Double
- The order of the modified Bessel function.
- z Double
- The value to compute the modified Bessel function of.
Return Value
DoubleThe modified Bessel function of the first kind.
See Also