AdvancedMathSphericalBesselY Method |
Computes the irregular spherical Bessel function of integer order.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
- Type: SystemInt32
The order parameter. - x
- Type: SystemDouble
The argument.
Return Value
Type:
DoubleThe value of y
n(x).
See Also