CAPD DynSys Library
5.2.0
|
Specialization for intervals. More...
#include <capd/cxsc/Interval.h>
Public Types | |
typedef double | Real |
typedef capd::cxsc::Interval | IntervalType |
Static Public Member Functions | |
static const ::capd::cxsc::Interval | zero () |
static const ::capd::cxsc::Interval | one () |
static int | numberOfDigits () |
static Real | epsilon () throw () |
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable). More... | |
template<typename S > | |
static IntervalType | convert (const S &obj) |
static IntervalType | convert (const T &obj) |
Static Public Attributes | |
static const bool | isInterval = true |
Specialization for intervals.
typedef double capd::TypeTraits< capd::cxsc::Interval >::Real |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable).
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |