Special.SphericalBesselY Method

Evaluates the spherical Bessel function of the second kind.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double SphericalBesselY(
	int n,
	double x
)

Parameters

n  Int32
An integer that specifies the order.
x  Double
A real number.

Return Value

Double
The spherical Bessel function of the second kind.

See Also