|
CAPD::DynSys Library
6.0.0
|
#include <iostream>#include <iomanip>#include "capd/intervals/Interval.hpp"#include "capd/rounding/DoubleRounding.h"#include "capd/rounding/IntRounding.h"Typedefs | |
| typedef capd::intervals::Interval< double, capd::rounding::DoubleRounding > | DInterval |
| typedef capd::intervals::Interval< int, capd::rounding::IntRounding > | ZInterval |
Functions | |
| void | basicsTest () |
| void | arithmeticOperatorsTest () |
| void | functionsTest () |
| int | main (int, char **) |
| typedef capd::intervals::Interval< double, capd::rounding::DoubleRounding> DInterval |
| typedef capd::intervals::Interval< int, capd::rounding::IntRounding> ZInterval |
| void arithmeticOperatorsTest | ( | ) |
| void basicsTest | ( | ) |
| void functionsTest | ( | ) |
| int main | ( | int | , |
| char ** | |||
| ) |