BESSELK

returns modified Bessel function Kn(x) · from excel · excel: not yet compared · no sheets equivalent

signature

BESSELK(x, n)

returns: number

argumentrequired
x required
n required

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =BESSELK(1.5, 1) 0.2773878036322587

related

  • BESSELI returns modified Bessel function In(x)
  • BESSELJ returns Bessel function Jn(x)
  • BESSELY returns Bessel function Yn(x)
  • BIN2DEC converts binary number to decimal
  • BIN2HEX converts binary number to hexadecimal
  • BIN2OCT converts binary number to octal