2000 character limit reached
Moore: Interval Arithmetic in Modern C++ (1611.09567v1)
Published 29 Nov 2016 in cs.MS
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++.