.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
BUILDING.md
ChangeLog
LICENSE
README.md
pyproject.toml
requirements-dev.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/04-benchmark.ipynb
docs/source/05-stochastic-rounding.ipynb
docs/source/api.rst
docs/source/conf.py
docs/source/formats.rst
docs/source/index.rst
docs/source/notebooks.rst
docs/source/utils.py
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/decode_ndarray.py
src/gfloat/encode.py
src/gfloat/encode_ndarray.py
src/gfloat/formats.py
src/gfloat/printing.py
src/gfloat/round.py
src/gfloat/round_ndarray.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_array_api.py
test/test_block.py
test/test_decode.py
test/test_encode.py
test/test_finfo.py
test/test_jax.py
test/test_microxcaling.py
test/test_p3109_spec.py
test/test_printing.py
test/test_round.py
test/test_torch.py