|
AndroMeta
2.0.0
|
Real number data type with arbitrary precision. More...
Go to the source code of this file.
Classes | |
| class | Meta::MReal |
| Real number data type with arbitrary precision. More... | |
Typedefs | |
| typedef MReal | Meta::mreal |
Functions | |
| template<typename T > | |
| bool | Meta::operator< (const T &t, const MReal &x) |
| template<typename T > | |
| bool | Meta::operator> (const T &t, const MReal &x) |
| template<typename T > | |
| bool | Meta::operator<= (const T &t, const MReal &x) |
| template<typename T > | |
| bool | Meta::operator>= (const T &t, const MReal &x) |
| template<typename T > | |
| bool | Meta::operator== (const T &t, const MReal &x) |
| template<typename T > | |
| bool | Meta::operator!= (const T &t, const MReal &x) |
| template<typename T > | |
| MReal | Meta::operator+ (const T &t, const MReal &x) |
| template<typename T > | |
| MReal | Meta::operator- (const T &t, const MReal &x) |
| template<typename T > | |
| MReal | Meta::operator* (const T &t, const MReal &x) |
| template<typename T > | |
| MReal | Meta::operator/ (const T &t, const MReal &x) |
| template<typename T > | |
| MReal | Meta::operator% (const T &t, const MReal &x) |
| std::ostream & | Meta::operator<< (std::ostream &ostr, const MReal &r) |
Real number data type with arbitrary precision.
1.7.6.1