Evaluates a sequence of Bessel functions of the first kind with integer order and real argument.
double
representing the argument for which the sequence of Bessel functions is to be evaluated. int
which specifies the order of the last element in the sequence. A double
array of length n
+ 1 containing the values of the function through the series.
Bessel.J[i] contains the value of the Bessel function of order i at x
for i = 0 to n
.
The algorithm is based on a code due to Sookne (1973b) that uses backward recursion with strict error control.
Bessel Class | Imsl.Math Namespace | Bessel.J Overload List