Special.BesselY(Double) Method

Returns the Bessel function of the second kind of the specified real order.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Func<double, double> BesselY(
	double nu
)

Parameters

nu  Double
 

Return Value

Func<Double, Double>

See Also