besselj, a Python code which evaluates Bessel J functions of noninteger order.
At the moment, this code simply consists of a test case for the scipy.special.jv(nu,x) function. Later, the source code for some other implementations of the Bessel J function may be added.
The information on this web page is distributed under the MIT license.
besselj is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
besselj_zero, a Python code which computes zeros of any Bessel j function of integer order n.
besselzero, a Python code which calls scipy functions jn_zeros() and yn_zeros() to compute zeros of Bessel j and y functions.
polpak, a Python code which evaluates certain mathematical functions, especially some recursive polynomial families.