Skip to Content

BESSELJ

Returns the Bessel function Jn(x)

Syntax

BESSELJ(x, n)

Parameters

  • x: Required. The value at which to evaluate the function
  • n: Required. The order of the Bessel function. If n is not an integer, it is truncated

Example

=BESSELJ(1.9, 2)
Returns: NumberSince: Excel 2003