fpy2
==================
**FPy** (fpy2) is a Python library for specifying and simulating
numerical algorithms with a focus on number systems and rounding.
It provides three major features:
* an embedded domain-specific language (DSL);
* a library of different number systems;
* a compiler to other languages and formats.
This documentation covers FPy's interface, examples, and general tips for users.
Important links:
* PyPI package: `fpy2 `_
* Documentation: `fpy.readthedocs.io `_
* GitHub: `fpy `_
.. toctree::
:maxdepth: 1
:caption: Table of Contents
install
lang
numbers
ops
libraries/index
strategies
rewrite
backend
example
faq
developers
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`