Click or drag to resize

SpecialFunctionsBesselIScaled Method

Overload List
 NameDescription
Public methodStatic memberBesselIScaled(Double, Double) Returns the exponentially scaled modified Bessel function of the first kind.

ScaledBesselI(n, z) is given by Exp(-Abs(z.Real)) * BesselI(n, z).

Public methodStatic memberBesselIScaled(Double, Complex) Returns the exponentially scaled modified Bessel function of the first kind.

ScaledBesselI(n, z) is given by Exp(-Abs(z.Real)) * BesselI(n, z).

Top
See Also