Click or drag to resize

SpecialFunctionsBesselJScaled Method

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

ScaledBesselJ(n, z) is given by Exp(-Abs(z.Imaginary)) * BesselJ(n, z).

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

ScaledBesselJ(n, z) is given by Exp(-Abs(z.Imaginary)) * BesselJ(n, z).

Top
See Also