Skip to content

A Python wrapper around OPRECOMP's FlexFloat library.

License

Notifications You must be signed in to change notification settings

colluca/pyflexfloat

Repository files navigation

PyFlexFloat

A Python wrapper around OPRECOMP's FlexFloat library, enabling arbitrary precision floating-point arithmetic emulation in Python.

Installation

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

About

A Python wrapper around OPRECOMP's FlexFloat library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages