Skip to content

JeffreySarnoff/gfloat

 
 

Repository files navigation

gfloat: Generic floating-point types in Python

An implementation of generic floating point encode/decode logic, handling various current and proposed floating point types:

See https://gfloat.readthedocs.io for documentation.

BUILDING

pip install -e .
cd docs 
make html
cd ..

Pushing

rm -rf dist
pip install build twine
python -m build
echo __token__ | twine upload --repository pypi dist/* --verbose

Notes

All NaNs are the same, with no distinction between signalling or quiet, or between differently encoded NaNs.

About

Generic floating-point types in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.9%
  • Jupyter Notebook 24.1%