![]() |
Boost.Real
1.0.0
Boost.Real numerical data type for real numbers representation using range arithmetic.
|
This is the complete list of members for boost::real::real, including all inherited members.
cbegin() const | boost::real::real | inline |
cend() const | boost::real::real | inline |
max_precision() const | boost::real::real | inline |
maximum_precision | boost::real::real | static |
operator*(const real &other) const | boost::real::real | inline |
operator*=(const real &other) | boost::real::real | inline |
operator+(const real &other) const | boost::real::real | inline |
operator+=(const real &other) | boost::real::real | inline |
operator-(const real &other) const | boost::real::real | inline |
operator-=(const real &other) | boost::real::real | inline |
operator<(const real &other) const | boost::real::real | inline |
operator=(const real &other) | boost::real::real | inline |
operator=(const std::string &number) | boost::real::real | inline |
operator==(const real &other) const | boost::real::real | inline |
operator>(const real &other) const | boost::real::real | inline |
operator[](unsigned int n) const | boost::real::real | inline |
real()=default | boost::real::real | |
real(const real &other) | boost::real::real | inline |
real(const std::string &number) | boost::real::real | inline |
real(std::initializer_list< int > digits) | boost::real::real | inline |
real(std::initializer_list< int > digits, bool positive) | boost::real::real | inline |
real(std::initializer_list< int > digits, int exponent) | boost::real::real | inline |
real(std::initializer_list< int > digits, int exponent, bool positive) | boost::real::real | inline |
real(int(*get_nth_digit)(unsigned int), int exponent) | boost::real::real | inline |
real(int(*get_nth_digit)(unsigned int), int exponent, bool positive) | boost::real::real | inline |
set_maximum_precision(unsigned int maximum_precision) | boost::real::real | inline |
~real() | boost::real::real | inline |