Special.BesselJ0 Method

Contains methods for calculating the values of the Bessel functions and their variants.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double BesselJ0(
	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 0.

Remarks

Bessel functions arise in the solution of many physical problems, in particular involving partial differential equations over a cylindrical domain.

This class contains static methods for evaluating the Bessel function of the first and second kind of arbitrary integer order for real arguments.

See Also