pyinterval icon indicating copy to clipboard operation
pyinterval copied to clipboard

PyInterval — Interval arithmetic in Python

PyInterval — Interval Arithmetic in Python

.. container:: badges

.. image:: https://img.shields.io/travis/taschini/pyinterval/master.svg?label=Linux%20build :target: https://travis-ci.org/taschini/pyinterval :alt: Travis CI build status (Linux)

.. image:: https://img.shields.io/appveyor/ci/taschini/pyinterval/master.svg?label=Windows%20build :target: https://ci.appveyor.com/project/taschini/pyinterval :alt: AppVeyor CI build status (Windows)

.. image:: https://img.shields.io/pypi/v/pyinterval.svg :target: https://pypi.python.org/pypi/pyinterval/ :alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/pyinterval/badge/?version=latest :target: http://pyinterval.readthedocs.org/?badge=latest :alt: Documentation Status

This library provides a Python implementation of an algebraically closed interval system on the extended real number set. Interval objects, as defined in this library, consist of a finite union of closed, possibly unbound intervals in the mathematical sense.

Links

  • Project home page <https://github.com/taschini/pyinterval>_
  • Online documentation <http://pyinterval.readthedocs.org/>_
  • Entry in the Python Package Index <http://pypi.python.org/pypi/pyinterval/>_