Special.BesselJ1 Method

Evaluates the regular Bessel function of the first kind of order 1.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double BesselJ1(
	double x
)

Parameters

x  Double
The value at which to evaluate the function.

Return Value

Double
The regular Bessel function of the first kind of order 1.

See Also