Calculates the Bessel function of the second kind (the Neumann or Weber function).
Syntax
x: The value at which you want to evaluate the function. Must be greater than 0. Eg., 4
Examples
|
Formula |
Result |
|
=BESSELY(4;3) |
-0.18202211 |
|
=BESSELY(5;1) |
0.14786314 |
|
=BESSELY(9.4;3) |
-0.251360287 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions