.gitignore .pre-commit-config.yaml .readthedocs.yaml BUILDING.md ChangeLog LICENSE README.md pyproject.toml requirements-dev.txt requirements-test.txt requirements.txt .github/workflows/ci.yaml docs/Makefile docs/make.bat docs/requirements-rtd.txt docs/source/01-decode.ipynb docs/source/02-value-stats.ipynb docs/source/03-value-tables.ipynb docs/source/api.rst docs/source/conf.py docs/source/formats.rst docs/source/index.rst docs/source/notebooks.rst etc/check-copyright.sh etc/package.sh etc/test-check-copyright.sh src/gfloat/__init__.py src/gfloat/block.py src/gfloat/decode.py src/gfloat/formats.py src/gfloat/printing.py src/gfloat/round.py src/gfloat/types.py src/gfloat.egg-info/PKG-INFO src/gfloat.egg-info/SOURCES.txt src/gfloat.egg-info/dependency_links.txt src/gfloat.egg-info/requires.txt src/gfloat.egg-info/top_level.txt test/test_block.py test/test_decode.py test/test_encode.py test/test_finfo.py test/test_microxcaling.py test/test_printing.py test/test_round.py