intervals

de Angelis, M. (2022) intervals. Zenodo. (https://doi.org/10.5281/zenodo.6205624)

Full text not available in this repository.Request a copy

Abstract

intervals is a library for interval computing in Python. The library implements optimized interval arithemtic between array-like structures. Optimization is achieved running Numpy under the hood. An Interval object is a wrapper of an ndarray. So just like an ndarray an Interval is iterable, indexable, and computations are element-wise unless otherwise specified.