A Python wrapper around OPRECOMP's FlexFloat library, enabling arbitrary precision floating-point arithmetic emulation in Python.
Simply install via pip:
pip install pyflexfloat
For developers, you can create an editable installation, to test your changes to the source code:
pip install -e .
Test the installation:
./test/test.py