LICENSE
README.md
pyproject.toml
src/chiku/__init__.py
src/chiku/chebyshev.py
src/chiku/fourier.py
src/chiku/pade.py
src/chiku/remez.py
src/chiku/taylor.py
src/chiku/tf_ann.py
src/chiku.egg-info/PKG-INFO
src/chiku.egg-info/SOURCES.txt
src/chiku.egg-info/dependency_links.txt
src/chiku.egg-info/top_level.txt
src/chiku/mpmath/__init__.py
src/chiku/mpmath/mpchebyshev.py
src/chiku/mpmath/mpdigits.py
src/chiku/mpmath/mpfourier.py
src/chiku/mpmath/mppade.py
src/chiku/mpmath/mpremez.py
src/chiku/mpmath/mptaylor.py
tests/test_chebyshev.py
tests/test_fourier.py
tests/test_mpmath.py
tests/test_pade.py
tests/test_remez.py
tests/test_taylor.py
tests/test_tf_ann.py