AndroMeta  2.0.0
Classes | Typedefs | Functions
AndroMeta/include/AndroMeta/MReal.h File Reference

Real number data type with arbitrary precision. More...

#include <iostream>
#include <ostream>
#include <AndroMeta/MStr.h>
#include <AndroMeta/MRational.h>

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)

Detailed Description

Real number data type with arbitrary precision.