.gitignore
.vars.ini
LICENSE
MANIFEST.in
Makefile
PERIODIC.md
README.md
demo_periods.py
docs-multiprec.md
gosper_cf_classes_plan.md
implementation_methods.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/build.yml
cfmath/__init__.py
cfmath/_backend.py
cfmath/_poly.py
cfmath/_version.py
cfmath/archyperbolic.py
cfmath/arctrig.py
cfmath/constants.py
cfmath/convergents.py
cfmath/core.py
cfmath/debug.py
cfmath/exponential.py
cfmath/gosper.py
cfmath/gosper.txt
cfmath/gosper_cf.py
cfmath/gosper_generalized.py
cfmath/hyperbolic.py
cfmath/logarithm.py
cfmath/mod.py
cfmath/polyratio.py
cfmath/power.py
cfmath/py.typed
cfmath/quadratic.py
cfmath/special.py
cfmath/trig.py
cfmath.egg-info/PKG-INFO
cfmath.egg-info/SOURCES.txt
cfmath.egg-info/dependency_links.txt
cfmath.egg-info/requires.txt
cfmath.egg-info/scm_file_list.json
cfmath.egg-info/scm_version.json
cfmath.egg-info/top_level.txt
prototypes/convergence_rates.py
prototypes/err_estimate.py
prototypes/hakmem101b_examples.py
prototypes/hakmem101c_trihomographic.py
prototypes/pi_option1_machin_decimal.py
prototypes/pi_option2_arctan_gosper.py
prototypes/pi_option3_brouncker.py
prototypes/pi_option4_chudnovsky.py
prototypes/pi_option4_chudnovsky_lazy.py
prototypes/pi_option4a_static_chudnovsky.py
prototypes/taocp_familiar_constants.py
tests/conftest.py
tests/test_acceptance.py
tests/test_arctrig.py
tests/test_bench_power.py
tests/test_bench_trig.py
tests/test_constants.py
tests/test_convergents.py
tests/test_core.py
tests/test_exponential.py
tests/test_gosper.py
tests/test_gosper_cf.py
tests/test_gosper_generalized.py
tests/test_hyperbolic.py
tests/test_logarithm.py
tests/test_mod.py
tests/test_polytransform.py
tests/test_power.py
tests/test_properties.py
tests/test_quadratic.py
tests/test_recanting.py
tests/test_transform_tree.py
tests/test_trig.py