IMSL C# Numerical Library

Bessel.J Method

Evaluates a sequence of Bessel functions of the first kind.

Overload List

Evaluate a sequence of Bessel functions of the first kind with real order and real positive argument.

public static double[] J(double,double,int);

Evaluates a sequence of Bessel functions of the first kind with integer order and real argument.

public static double[] J(double,int);

See Also

Bessel Class | Imsl.Math Namespace