.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AGENTS.md
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
GEMINI.md
IFLOW.md
LICENSE
LICENSE.txt
README.md
_config.yml
mypy.ini
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/jekyll-gh-pages.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
experimental/draw_farey_circles_demo.ipynb
experimental/draw_farey_circles_demo.py
experimental/draw_gasket_demo.py
experimental/rational_smith_chart.py
requirements/README.md
requirements/default.txt
requirements/doc.txt
requirements/extras.txt
requirements/test.txt
src/rat_trig/__init__.py
src/rat_trig/py.typed
src/rat_trig/skeleton.py
src/rat_trig/trigonom.py
src/rat_trig.egg-info/PKG-INFO
src/rat_trig.egg-info/SOURCES.txt
src/rat_trig.egg-info/dependency_links.txt
src/rat_trig.egg-info/not-zip-safe
src/rat_trig.egg-info/requires.txt
src/rat_trig.egg-info/top_level.txt
tests/conftest.py
tests/test_cross.py
tests/test_dot.py
tests/test_quad.py
tests/test_skeleton.py
tests/test_spread.py
tests/test_spread_law.py
tests/test_trig_properties.py
tests/test_trigonom.py
tests/test_triple_quad_formula.py
tests/test_vector_properties.py