Click or drag to resize

SpecialFunctionsBesselKScaled Method

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

ScaledBesselK(n, z) is given by Exp(z) * BesselK(n, z).

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

ScaledBesselK(n, z) is given by Exp(z) * BesselK(n, z).

Top
See Also