Click or drag to resize

SpecialFunctionsBesselJv Method

Bessel function of first kind, non-integer order. Zero is returned if
C#
x < 0
and n is not an integer.

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

Parameters

v  Double
A possibly non-integer order.
x  Double
A real number.

Return Value

Double
The Bessel function of non-integer order.
See Also