Besselj
- 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Besselj
- Updated on 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Returns the Bessel function of the first kind.
Function signature
BESSELJ(x: Number, n: Number) => Number
Parameter | Description |
---|---|
X | The value at which to evaluate the function. |
N | The order of the function. If n is not an integer, it is truncated. |
Examples
Formula | Return value |
---|---|
BESSELJ(1, 3) |
0.01956335 |
BESSELJ(1.5, 1) |
0.55793651 |
BESSELJ(3, 1) |
0.33905896 |
BESSELJ(2.5, 1) |
0.4970941 |
Was this article helpful?