Skip to content

JuliaMath/FunctionZeros.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunctionZeros

Zeros of the Bessel J and Y functions

Build Status Codecov Aqua QA JET QA

This module provides a function to compute the zeros of the Bessel J and K functions, that is Bessel functions of the first and second kind.

besselj_zero(nu, n)

besselj_zero(nu, n)

Return the nth zero of the the Bessel J function of order nu. The returned value has the same type as nu.

FunctionZeros.besselj_zero_asymptotic(nu, n)

Asymptotic formula for the nth zero fo the the Bessel J function of order nu.

besselj_zero_asymptotic(nu, n)

bessely_zero(nu, n)

bessely_zero(nu, n)

Return the nth zero of the the Bessel Y function of order nu. The returned value has the same type as nu.

FunctionZeros.bessely_zero_asymptotic(nu, n)

Asymptotic formula for the nth zero fo the the Bessel Y function of order nu.

bessely_zero_asymptotic(nu, n)