|
CAPD DynSys Library
5.2.0
|
#include <capd/fields/Complex.h>
Public Types | |
| typedef fields::Complex< T > | Type |
| typedef capd::TypeTraits< T >::Real | Real |
| typedef capd::TypeTraits< T > | RealTraits |
Static Public Member Functions | |
| static Type | zero () |
| static Type | one () |
| static int | numberOfDigits () |
| static T | epsilon () throw () |
| Machine epsilon (the difference between 1 and the least value greater than 1 that is representable). More... | |
| template<typename S > | |
| static Type | convert (const S &obj) |
| static Type | convert (const T &obj) |
| static T | abs (const fields::Complex< T > &x) |
| static bool | isSingular (const fields::Complex< T > &x) |
Static Public Attributes | |
| static const bool | isInterval = RealTraits::isInterval |
| this flag is true for all interval types More... | |
| typedef capd::TypeTraits<T>::Real capd::TypeTraits< fields::Complex< T > >::Real |
| typedef capd::TypeTraits<T> capd::TypeTraits< fields::Complex< T > >::RealTraits |
| typedef fields::Complex<T> capd::TypeTraits< fields::Complex< T > >::Type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic | |||||||||||||
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable).
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
this flag is true for all interval types