BESSELK function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
BESSELK
Calculates the modified Bessel function of the second kind.
Syntax:
BESSELK(x; n)
- returns the modified Bessel function of the second kind, of order n, evaluated at x.
- The modified Bessel functions of the second kind (also known as Basset functions) are often denoted Kn(x).
Example:
BESSELK(2; 1)
- returns 0.13986588.
Issues:
- This function currently appears in the AddIn category of the Function Wizard.
See Also