Click or drag to resize

AdvancedMath.SphericalBesselY 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: System.Int32
The order parameter.
x
Type: System.Double
The argument.

Return Value

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