realroot_doc 0.1.1
|
The interval arithmetic is provided by the class
template<class T,int r> Interval
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. |