mathematicskit.special_functions ================================ .. include:: /_generated/nav/special_functions.rst The gamma and beta functions (``scipy.special.gamma``/``beta``); Bessel functions of the first/second kind (``scipy.special.jv``/``yv``); orthogonal polynomial families (Legendre, Chebyshev, Hermite, Laguerre) via ``numpy.polynomial``; and the discrete Fourier transform via ``numpy.fft``, plus a from-scratch radix-2 FFT kept as a pedagogical comparison against a naive DFT and ``numpy.fft``. .. automodule:: mathematicskit.special_functions :members: :undoc-members: