BESSELJ

Returns the Bessel function Jn(x).

Sample Usage

BESSELJ(2.5,1)
BESSELJ(C5,C6)

Syntax

BESSELJ(x,n)

  • x - The value on which the function will be calculated.
  • n - The order of the Bessel function.

Examples

BESSELJ(2.5,1) returns the Bessel function at 2.5 with an order of 1.
BESSELJ(C5,C6) returns the Bessel function according to the arguments specified in cells C5 and C6.

Notes

  • If n is not an integer, it is truncated.
  • If n < 0, BESSELJ returns an error. 
  • If n is nonnumeric, BESSELJ returns an error.