std::pair<T,T> as_pair() const; interval<T> as_interval() const; kaucher_interval<T> as_kaucher_interval() const;
These member functions convert the current instance of the pair<T> class into other formats.
Convert the current interval to a std::pair with the first and second members set to the main- and remainder
value, respectively.
Convert the pair to a classic interval.
Convert the pair to a kaucher interval.