CAPD DynSys Library
5.2.0
|
#include <capd/multiPrec/MpReal.h>
Public Types | |
typedef capd::multiPrec::MpReal | Real |
Static Public Member Functions | |
static capd::multiPrec::MpReal | zero () |
returns object set to zero More... | |
static capd::multiPrec::MpReal | one () |
returns object set to one More... | |
static int | numberOfDigits () |
number of decimal digits More... | |
static capd::multiPrec::MpReal | 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 Real | abs (const Real &r) |
static Real | min (const Real &a, const Real &b) |
static Real | max (const Real &a, const Real &b) |
static bool | isSingular (const Real &x) |
Static Public Attributes | |
static const bool | isInterval = false |
this flag is true for all interval types More... | |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable).
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
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