pyinterval

Interval arithmetic in Python


Keywords
interval, crlibm
License
BSD-3-Clause
Install
pip install pyinterval==1.2.0

Documentation

PyInterval — Interval Arithmetic in Python

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