BESSELJ

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

signature

BESSELJ(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 =BESSELJ(1.9, 2) 0.32992572769238726

related

  • BESSELI returns modified Bessel function In(x)
  • BESSELK returns modified Bessel function Kn(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