Click or drag to resize

SpecialFunctionsSphericalBesselY Method

Overload List
 NameDescription
Public methodStatic memberSphericalBesselY(Double, Double) Returns the spherical Bessel function of the second kind.

SphericalBesselY(n, z) is given by Sqrt(pi/2) / Sqrt(z) * BesselY(n + 1/2, z).

Public methodStatic memberSphericalBesselY(Double, Complex) Returns the spherical Bessel function of the second kind.

SphericalBesselY(n, z) is given by Sqrt(pi/2) / Sqrt(z) * BesselY(n + 1/2, z).

Top
See Also