|
|
| abs() const | mcRealValue | [inline] |
| AppendDigit(wxChar digit, int digits=mcVALUE_DEFAULTPRECISION) const | mcRealValue | [inline] |
| ceil() const | mcRealValue | [inline] |
| Cleanup() | mcValue | [static] |
| DeleteDigit(int pos, int digits=mcVALUE_DEFAULTPRECISION) const | mcRealValue | |
| floor() const | mcRealValue | [inline] |
| GetBaseStr(int *p, int digits, int *n) const | mcRealValue | [protected] |
| GetDouble() const | mcRealValue | [inline] |
| GetExtStr(int digits=mcVALUE_DEFAULTPRECISION) const | mcRealValue | [virtual] |
| GetFlags() const =0 | mcValue | [pure virtual] |
| GetFromDigitRange(int begin, int end=-1, int digits=mcVALUE_DEFAULTPRECISION) const | mcRealValue | |
| GetInt() const | mcValue | [inline, virtual] |
| GetLong() const =0 | mcValue | [pure virtual] |
| GetNumOfDigits(int digits=mcVALUE_DEFAULTPRECISION) const | mcRealValue | |
| GetReciprocal() const | mcRealValue | [inline] |
| GetSmartStr(int threshold=mcVALUE_SMARTSTR_THRESHOLD, int digits=mcVALUE_DEFAULTPRECISION) const | mcRealValue | [virtual] |
| GetStr() const | mcRealValue | [inline, virtual] |
| GetStr(int digits) const | mcRealValue | |
| Init() | mcValue | [static] |
| InsertDigit(wxChar digit, int pos, int digits=mcVALUE_DEFAULTPRECISION) const | mcRealValue | |
| isInteger() const | mcRealValue | [inline, virtual] |
| isNAN() const | mcValue | [inline] |
| isNegInf() const | mcValue | [inline] |
| isPosInf() const | mcValue | [inline] |
| isValid() const | mcValue | [inline] |
| m_nMaxValueSharing | mcValue | [static] |
| math_AddFlag(int n) | mcValue | [inline] |
| math_isFinite() const | mcValue | [inline] |
| mcRealValue(double f) | mcRealValue | [inline] |
| mcRealValue(const mcRationalValue &m) | mcRealValue | [inline] |
| mcRealValue(const mcIntegerValue &m) | mcRealValue | [inline] |
| mcValue() | mcValue | [inline] |
| mcVALUE_DEFINE_ALLOPERATORS(mcRealValue, mcMPF, mpf) | mcRealValue | |
| mcVALUE_DEFINE_CONSTRUCTORS(mcRealValue, mcMPF) | mcRealValue | |
| mcVALUE_DEFINE_COW(mcMPF, mpf) | mcRealValue | [private] |
| mcVALUE_DEFINE_DOUBLEOPERATORS(mcRealValue, mcMPF, mpf) | mcRealValue | |
| mcVALUE_DEFINE_FLAGSCOMPARISON_OPERATORS(mcIntegerValue, mpf_cmp_si, m.GetLong()) | mcRealValue | |
| mcVALUE_DEFINE_GETSET(mcRealValue, mpf) | mcRealValue | |
| operator double() const | mcRealValue | [inline] |
| operator int() const | mcValue | [inline] |
| operator long() const | mcValue | [inline] |
| operator unsigned long() | mcValue | [inline] |
| operator=(double d) | mcRealValue | [inline] |
| pNAN | mcRealValue | [static] |
| pNegInf | mcRealValue | [static] |
| pOne | mcRealValue | [static] |
| pow(unsigned long n) const | mcRealValue | [inline] |
| pow(int n) const | mcRealValue | [inline] |
| pow(double n) const | mcRealValue | [inline] |
| pow(const mcRealValue &n) const | mcRealValue | [inline] |
| pPosInf | mcRealValue | [static] |
| pZero | mcRealValue | [static] |
| root(const mcRealValue &n) | mcRealValue | [inline] |
| SetDouble(double n) | mcRealValue | [inline] |
| SetFlags(int n)=0 | mcValue | [pure virtual] |
| SetInt(int n) | mcValue | [inline, virtual] |
| SetLong(long n)=0 | mcValue | [pure virtual] |
| SetStr(const wxString &str, int base=10)=0 | mcValue | [pure virtual] |
| trunc() const | mcRealValue | [inline] |
| ~mcValue() | mcValue | [inline, virtual] |
[ Top ] |