AdvancedMathSphericalBesselY Method
Computes the irregular spherical Bessel function of integer order.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double SphericalBesselY(
int n,
double x
)
Public Shared Function SphericalBesselY (
n As Integer,
x As Double
) As Double
public:
static double SphericalBesselY(
int n,
double x
)
static member SphericalBesselY :
n : int *
x : float -> float
- n Int32
- The order parameter.
- x Double
- The argument.
DoubleThe value of y
n(x).