intervals implements traditional interval arithmetic in C++. Unlike for real numbers, the relational comparison of intervals is ambiguous. Given two intervals 𝑈 = [0,2] and 𝑉 = [1,3], what would "𝑈 ...