Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.0 DD-00006-010

5.2 interval<T> - Class Reference

The interval<T> class represents an interval number of the given template type T. The class checks that the latter type T matches one of the following types by a static_assert, this is to ensure that the class only gets instantiated for types that are actually implemented. The following types are supported:

5.2.1 Public Member Variables
5.2.2 Constructors
5.2.3 Assignment
5.2.4 Special Assignment
5.2.5 Comparison operators
5.2.6 Conversion functions
5.2.7 Arithmetic Operators
5.2.8 Status functions
5.2.9 Sign
5.2.10 Normalization
5.2.11 Set comparisons
5.2.12 Concatenation and Convex Hull
5.2.13 Bisection and Outside
5.2.14 Metrics and R  conversion
5.2.15 Input/Output Functions