Evaluates a sequence of modified Bessel functions of the first kind with integer order and real argument.
double
representing the argument of the Bessel functions to be evaluated. int
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.I[i] contains the value of the Bessel function of order i.
The Bessel function is defined to beThe input
x
must satisfy where b is the largest representable floating-point number. The algorithm is based on a code due to Sookne (1973b), which uses backward recursion. Bessel Class | Imsl.Math Namespace | Bessel.I Overload List