Special.BesselJ1 Method

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double BesselJ1(
	double x
)

Parameters

x  Double
A real number.

Return Value

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

See Also