|
CAPD DynSys Library
5.2.0
|
#include <capd/multiPrec/MpInt.h>
Public Types | |
| typedef capd::multiPrec::MpInt | Real |
Static Public Member Functions | |
| static Real | zero () |
| returns object set to zero More... | |
| static Real | one () |
| returns object set to one More... | |
| static int | numberOfDigits () |
| number of decimal digits More... | |
| static Real | epsilon () |
| Machine epsilon (the difference between 1 and the least value greater than 1 that is representable). More... | |
| template<typename S > | |
| static Real | convert (const S &obj) |
Static Public Attributes | |
| static const bool | isInterval = false |
| this flag is true for all interval types More... | |
|
inlinestatic |
|
inlinestatic |
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable).
|
inlinestatic |
number of decimal digits
|
inlinestatic |
returns object set to one
|
inlinestatic |
returns object set to zero
|
static |
this flag is true for all interval types