SpecialFunctionsBesselIScaled(Double, Complex) Method |
Returns the exponentially scaled modified Bessel function of the first kind.
ScaledBesselI(n, z) is given by Exp(-Abs(z.Real)) * BesselI(n, z).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex BesselIScaled(
double n,
Complex z
)
Parameters
- n Double
- The order of the modified Bessel function.
- z Complex
- The value to compute the modified Bessel function of.
Return Value
ComplexThe exponentially scaled modified Bessel function of the first kind.
See Also