Click or drag to resize

SpecialFunctionsBesselJ(Double, Complex) Method

Returns the Bessel function of the first kind.

BesselJ(n, z) is a solution to the Bessel differential equation.


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex BesselJ(
	double n,
	Complex z
)

Parameters

n  Double
The order of the Bessel function.
z  Complex
The value to compute the Bessel function of.

Return Value

Complex
The Bessel function of the first kind.
See Also