ReferenceFunctionsEngineering Functions
BESSELI
BESSELI: Returns the modified Bessel function In(x).
Summary
Computes the modified Bessel function of the first kind for a real value x
and a non-negative integer order n. The order is truncated toward zero,
matching spreadsheet behavior.
Remarks
- Arguments are supplied as
BESSELI(x, n). nmust truncate to a non-negative integer order.- Invalid domains or non-finite results return
#NUM!.
Examples
First-order modified Bessel I
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.2578943053908963
Order is truncated
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.2578943053908963
Related functions
FAQ
What happens to fractional order values?
The order argument is truncated toward zero before evaluation.
Runtime metadata
Category
Engineering
Signature
BESSELI(arg1: Any, arg2: Any)Arity
min 2, max 2
Arguments
arg1Any · Scalar
arg2Any · Scalar
Caps
PURE
Source