The BESSELJ () is an engineering function which takes x, n as argument and returns the Bessel function, Jn(x) for a given value of x with a specified order.
Formula:
=BESSELJ(x,n) In the above syntax, the argument "x" denotes the value at which the function is to be evaluated and "n" denotes the order of the Bessel function. If n is not an integer, it is truncated.
Video Tutorial:
Let us see how the BESSELJ function works, with the help of the below video.