Click or drag to resize

SpecialFunctionsSphericalBesselJ Method

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

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

Public methodStatic memberSphericalBesselJ(Double, Complex) Returns the spherical Bessel function of the first kind.

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

Top
See Also