Calculates theBessel I function for the input parameter.
n (optional) An integer 0. (Default: 0)
The Bessel I function is similar to the Bessel J function, except that it is evaluated for imaginary parameters.
BESELI is a numerical approximation to the solution of the differential equation for an imaginary x:
y = A * BESELI(x, n) + B * BESELI(x, -n)
y = A * BESELI(x, n) + B * BESELK(x, n)
For a synopsis of all the Bessel functions, see Mathematical Handbook of Formulas and Tables, by Murray R. Spiegel, McGraw-Hill Book Company, New York, 1968.