Calculates the modified Bessel function of the second kind, which is evaluated for purely imaginary arguments.
Syntax
BESSELK(x; n)
x: The value a t which you want to evaluate the function. Must be greater than 0. Eg., 5
Examples
|
Formula |
Result |
|
=BESSELK(4;2) |
0.017401426 |
|
=BESSELK(5;1.1) |
0.004044613 |
|
=BESSELK(3;2) |
0.061510459 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions