Go to: Synopsis. Return value. MEL examples.
bessel
[int] float
bessel is undoable, NOT queryable, and NOT editable.
These commands are implemented using the builtin system functions. besselj0 and besselj1 return Bessel functions of the input argument of the first kind of orders zero and one, respectively. besseljn returns the Bessel function of the first argument of the first kind of order of the second argument. bessely0 and bessely1 return Bessel functions of the input argument of the second kind of orders zero and one, respectively. besselyn returns the Bessel function of the first argument of the second kind of order of the second argument. The first argument must be positive.float | Bessel value |
// Return Bessel functions of 5.5 of the first kind of order one besselj1 5.5; // Result: -0.341438 //