Click or drag to resize

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
)

Parameters

n
Type: SystemInt32
The order parameter.
x
Type: SystemDouble
The argument.

Return Value

Type: Double
The value of yn(x).
See Also