public static double SphericalBesselJ(
int n,
double x
)
Public Shared Function SphericalBesselJ (
n As Integer,
x As Double
) As Double
public:
static double SphericalBesselJ(
int n,
double x
)
static member SphericalBesselJ :
n : int *
x : float -> float
The spherical Bessel functions occur in solutions to the wave equations with spherical symmetry. The regular sperhical Bessel functions are finite at the origin, and thus occur in situations where the wave equation is satisfied at the origin.
The regular spherical Bessel functions are related to the regular Bessel functions of half-integer order by jn(x) = Sqrt(π/2x) Jn+1/2(x).