Boost.Real  1.0.0
Boost.Real numerical data type for real numbers representation using range arithmetic.
boost::real::real Member List

This is the complete list of members for boost::real::real, including all inherited members.

cbegin() const boost::real::realinline
cend() const boost::real::realinline
max_precision() const boost::real::realinline
maximum_precisionboost::real::realstatic
operator*(const real &other) const boost::real::realinline
operator*=(const real &other)boost::real::realinline
operator+(const real &other) const boost::real::realinline
operator+=(const real &other)boost::real::realinline
operator-(const real &other) const boost::real::realinline
operator-=(const real &other)boost::real::realinline
operator<(const real &other) const boost::real::realinline
operator=(const real &other)boost::real::realinline
operator=(const std::string &number)boost::real::realinline
operator==(const real &other) const boost::real::realinline
operator>(const real &other) const boost::real::realinline
operator[](unsigned int n) const boost::real::realinline
real()=defaultboost::real::real
real(const real &other)boost::real::realinline
real(const std::string &number)boost::real::realinline
real(std::initializer_list< int > digits)boost::real::realinline
real(std::initializer_list< int > digits, bool positive)boost::real::realinline
real(std::initializer_list< int > digits, int exponent)boost::real::realinline
real(std::initializer_list< int > digits, int exponent, bool positive)boost::real::realinline
real(int(*get_nth_digit)(unsigned int), int exponent)boost::real::realinline
real(int(*get_nth_digit)(unsigned int), int exponent, bool positive)boost::real::realinline
set_maximum_precision(unsigned int maximum_precision)boost::real::realinline
~real()boost::real::realinline