Click or drag to resize

SpecialFunctionsBesselJn Method

Bessel function of the first kind, arbitrary integer order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double BesselJn(
	int n,
	double x
)

Parameters

n  Int32
An integer order.
x  Double
A real number.

Return Value

Double
The Bessel function of integer order.
See Also