clausen, a Python code which evaluates a Chebyshev interpolant to the Clausen function Cl2(x).
Cl2(x) = - integral ( 0 < s < x ) log ( abs ( 2 sin ( x / 2 ) ) ) dx
The Clausen function is periodic, with period 2 pi.
The information on this web page is distributed under the MIT license.
clausen 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.
chebyshev, a Python code which computes the Chebyshev interpolant or approximant to a given function over an interval.
chebyshev_polynomial, a Python code which considers the chebyshev polynomials t(i,x), u(i,x), v(i,x) and w(i,x). functions are provided to evaluate the polynomials, determine their zeros, produce their polynomial coefficients, produce related quadrature rules, project other functions onto these polynomial bases, and integrate double and triple products of the polynomials.
fn, a Python code which approximates elementary and special functions using chebyshev polynomials; functions include airy, bessel i, j, k and y, beta, confluent hypergeometric, error, gamma, log gamma, pochhammer, spence; integrals include hyperbolic cosine, cosine, dawson, exponential, logarithmic, hyperbolic sine, sine; by wayne fullerton.
polpak, a Python code which evaluates a variety of mathematical functions, including Chebyshev, Gegenbauer, Hermite, Jacobi, Laguerre, Legendre polynomials, and the Collatz sequence.
test_values, a Python code which supplies test values of various mathematical functions.