Meta.Numerics Library
SphericalBesselY Method (n, x)
Meta.NumericsMeta.Numerics.FunctionsAdvancedMathSphericalBesselY(Int32, Double)
Computes the irregular spherical Bessel function of integer order.
Declaration Syntax
C#Visual BasicVisual C++F#
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 
Parameters
n (Int32)
The order parameter.
x (Double)
The argument.
Return Value
The value of yn(x).
See Also