Click or drag to resize

SpecialFunctionsBesselJ1 Method

Bessel function of the first kind, first order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double BesselJ1(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The Bessel function, J1.
See Also