Evaluates and returns the result for the Bessel function.
Syntax
BESSELJ(x; n)
x: The value a t which you want to evaluate the function. Eg., 2.5
Examples
|
Formula |
Result |
|
=BESSELJ(2.5,1) |
0.497094103 |
|
=BESSELJ(3,4) |
0.132034184 |
|
=BESSELJ(-2,3) |
-0.12894325 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions