FunctionZeros.bessel_zero_asymptoticFunction
bessel_zero_asymptotic(nu, n, kind=1)

Asymptotic formula for the nth zero of the the Bessel J (Y) function of order nu. kind == 1 (2) for Bessel function of the first (second) kind, J (Y).

FunctionZeros.besselj_zeroMethod
besselj_zero(nu, n; order=2)

nth zero of the Bessel J function of order nu, for n = 1,2,....

order is passed to the function Roots.fzero.

FunctionZeros.bessely_zeroMethod
bessely_zero(nu, n; order=2)

nth zero of the Bessel Y function of order nu, for n = 1,2,....

order is passed to the function Roots.fzero.