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.
polpak, a Python code which evaluates certain mathematical functions, especially some recursive polynomial families.