Interval arithmetic

The interval arithmetic is provided by the class

template<class T,int r> Interval
Parameters:
T is the number type of the endpoints.
r is defined to handle rounding mode associated to T if it exists (defined in fpu.h) The associated value can be 0,1,2 or 3: 0 stands for unsafe mode, 1 for rounding downward, 2 for rounding upward, 3 for automatic rounding mode changes.
Examples:
See:

Interval.hpp


Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1