.gitattributes
.gitignore
.gitmodules
.isort.cfg
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
setup.cfg
docs/contrib.md
docs/index.md
docs/license.md
docs/notes.md
docs/numerary-encumbered.svg
docs/numerary.md
docs/numerary.types.md
docs/js/site.js
numerary/__init__.py
numerary/bt.py
numerary/py.typed
numerary/types.py
numerary/version.py
numerary.egg-info/PKG-INFO
numerary.egg-info/SOURCES.txt
numerary.egg-info/dependency_links.txt
numerary.egg-info/requires.txt
numerary.egg-info/top_level.txt
tests/__init__.py
tests/numberwang.py
tests/test_integral_like.py
tests/test_num.py
tests/test_rational_like.py
tests/test_real_like.py
tests/test_supports_complex_ops_pow.py
tests/test_supports_conjugate.py
tests/test_supports_divmod.py
tests/test_supports_floor_ceil.py
tests/test_supports_integral_ops_pow.py
tests/test_supports_numerator_denominator.py
tests/test_supports_real_imag.py
tests/test_supports_real_ops.py
tests/test_supports_trunc.py
tests/test_types.py