@stdlib/math-base-special-bessely1
Compute the Bessel function of the second kind of order one.
@stdlib/math-base-special-besselj1
Compute the Bessel function of the first kind of order one.
@stdlib/math-base-special-besselj0
Compute the Bessel function of the first kind of order zero.
@stdlib/math-strided-special-bessely1-by
Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-besselj1-by
Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-besselj0-by
Compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.
math-strided-special-bessely0-by
Compute the Bessel function of the second kind of order zero for each element retrieved from an input strided array via a callback function.
@stdlib/math-base-special-bessely0
Compute the Bessel function of the second kind of order zero.