Evaluates the spherical Bessel function of the first kind.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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
Parameters
- n
- Type: SystemInt32
An integer that specifies the order. - x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe spherical Bessel function of the first kind.
Reference