ReferenceFunctionsEngineering Functions
BESSELK
BESSELK: Returns the modified Bessel function Kn(x).
Summary
Computes the modified Bessel function of the second kind for a positive real
value x and a non-negative integer order n.
Remarks
- Arguments are supplied as
BESSELK(x, n). xmust be positive andnmust truncate to a non-negative integer.- Invalid domains or non-finite results return
#NUM!.
Examples
First-order modified Bessel K
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1.656441120003301
Zero-order modified Bessel K
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.9244190712276659
Related functions
FAQ
Why can BESSELK return #NUM!?
BESSELK is undefined for non-positive x values and negative orders.
Runtime metadata
Category
Engineering
Signature
BESSELK(arg1: Any, arg2: Any)Arity
min 2, max 2
Arguments
arg1Any · Scalar
arg2Any · Scalar
Caps
PURE
Source