Special.BesselJ(Double) Method

Returns the Bessel function of the first 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> BesselJ(
	double nu
)

Parameters

nu  Double
 

Return Value

Func<Double, Double>

See Also