BESSELJ(x,y)
BESSELJ function returns the Bessel function with x is where the function is evaluated. y is the order of the Bessel function, if non-integer it is truncated.
BESSELJ(0.89,3) equals 0.013974004.
BESSELI, BESSELK, BESSELY.