Moore: Interval Arithmetic in Modern C++

Walter F. Mascarenhas
DOI: https://doi.org/10.48550/arXiv.1611.09567
2016-11-29
Mathematical Software
Abstract:We present the library Moore, which implements Interval Arithmetic in modern C++. This library is based on a new feature in the C++ language called concepts, which reduces the problems caused by template meta programming, and leads to a new approach for implementing interval arithmetic libraries in C++.
What problem does this paper attempt to address?