|
IDL Analyst Reference Guide: Special Functions |
|
The IMSL_BESSI_EXP function evaluates the exponentially scaled modified Bessel function of the first kind of orders zero and one.
| Note This routine requires an IDL Analyst license. For more information, contact your ITT Visual Information Solutions sales or technical support representative. |
Result = IMSL_BESSI_EXP(order, x [, /DOUBLE])
The value of the exponentially scaled modified Bessel function of the first kind of order zero or one evaluated at x.
Order of the function. The order must be either zero or one.
Argument for which the function value is desired.
If present and nonzero, double precision is used.
If the argument order is zero, the Bessel function is I0(x) is defined to be:

If order is one, the function I1(x) is defined to be:

If order is one then IMSL_BESSI_EXP underflows if |x|/2 underflows.
The expression e-4.5I0 (4.5) is computed directly by calling IMSL_BESSI_EXP and indirectly by calling IMSL_BESSI. The absolute difference is printed. For large x, the internal scaling provided by IMSL_BESSI_EXP avoids overflow that may occur in IMSL_BESSI.