:orphan: Examples ======== This gallery walks through every public feature of ``mathematicskit.special_functions``: the gamma/beta functions and Stirling's series, Bessel, Airy, and Mathieu functions, elliptic functions, hypergeometric functions, the error function and Fresnel integrals, the Riemann zeta function, the Lambert W function, orthogonal polynomial families, and the discrete Fourier transform (naive DFT vs. hand-rolled radix-2 FFT vs. ``numpy.fft``). Each script in this gallery is self-contained and can be run directly with ``python examples/special_functions/
/