Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.0 DD-00006-010
7.2.7 Normalization
interval<T> normalized() const;
interval<T>& normalize();

These functions normalize the interval, that is ensure that for an interval A ∈KR  it is guaranteed that if any of a- or a- is   ∅  so is the other.

normalized()


Returns a copy of the current interval object but in a normalized state.

normalize()


Normalizes the current interval object and returns a reference to it.