Special.BesselY(Int32, Double) Method

Evaluates the Bessel function of the second kind of integer order.

Definition

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

Parameters

n  Int32
An integer that specifies the order of the Bessel function.
x  Double
The value at which to evaluate the function.

Return Value

Double
The value of the Bessel function of the second kind of order n at x.

See Also