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

6.3 rc_interval<T> - Class Reference

The rc_interval<T> class represents a rectangular complex 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:

6.3.1 Public member variables
6.3.2 Constructors
6.3.3 Assignment
6.3.4 Special Assignment
6.3.5 Comparison Operators
6.3.6 Conversion functions
6.3.7 Arithmetic Operators
6.3.8 Status functions
6.3.9 Normalization
6.3.10 Set comparison
6.3.11 Concatenation and convex hull
6.3.12 Metric and C  conversion
6.3.13 Complex Conjugation
6.3.14 Riemann Projection
6.3.15 Input/Output Functions