Evaluates a sequence of Bessel functions of the first kind.
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);
Bessel Class | Imsl.Math Namespace