ReferenceFunctionsEngineering Functions
BESSELJ
BESSELJ: Returns the Bessel function Jn(x).
Summary
Computes the Bessel function of the first kind for a real value x and a
non-negative integer order n. The order is truncated toward zero.
Remarks
- Arguments are supplied as
BESSELJ(x, n). - Negative orders return
#NUM!in the public spreadsheet function. - Results are approximate floating-point values.
Examples
Third-order Bessel J
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.002563729994587244
Zero input for positive order
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Related functions
FAQ
Are negative public orders supported?
No. Negative order arguments return #NUM! for Excel compatibility.
Runtime metadata
Category
Engineering
Signature
BESSELJ(arg1: Any, arg2: Any)Arity
min 2, max 2
Arguments
arg1Any · Scalar
arg2Any · Scalar
Caps
PURE
Source