BESSELJ

BESSELJ(arg1, arg2) → { number | string | boolean }

Returns the Bessel function Jn(x).

Parameters:

Name Type Description
arg1 any

Is the value at which to evaluate the function.

arg2 any

Is the order of the Bessel function.

Returns:

Type
number | string | boolean