Click or drag to resize

SpecialFunctionsBesselYScaled Method

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

ScaledBesselY(n, z) is given by Exp(-Abs(z.Imaginary)) * BesselY(n, z).

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

ScaledBesselY(n, z) is given by Exp(-Abs(z.Imaginary)) * Y(n, z).

Top
See Also