This file contains some definitions necessary to use intervals from the CAPD library. More...
#include "capd/intervals/lib.h"
#include "capd/rounding/DoubleRounding.h"
Go to the source code of this file.
Namespaces | |
namespace | unifexp |
This namespace contains all the classes and functions defined in the Uniform Expansion project files. | |
Typedefs | |
typedef capd::DInterval | unifexp::IntervalType |
The type of an interval (from the CAPD library 2.9/3.0 beta). | |
Functions | |
void | unifexp::resetRounding () |
Resets the rounding switches of the processor and sets rounding mode to the default one (to the nearest). |
This file contains some definitions necessary to use intervals from the CAPD library.
Please, note that in the most of the code, BOOST intervals are used. However, one may prefer to use the CAPD intervals occassionally, because of the additional functions (sin, cos, log, exp) defined there.
Definition in file intvcapd.h.