Boost.Real  1.0.0
Boost.Real numerical data type for real numbers representation using range arithmetic.
irrationals.hpp
1 #ifndef BOOST_REAL_IRRATIONALS_HPP
2 #define BOOST_REAL_IRRATIONALS_HPP
3 
4 #include <real/real.hpp>
5 #include <real/irrational_helpers.hpp>
6 
7 
8 namespace boost {
9  namespace real {
10  namespace irrational {
11 
17  boost::real::real CHAMPERNOWNE_BINARY(boost::real::irrational::champernowne_binary_get_nth_digit, 0);
18  }
19  }
20 }
21 
22 #endif //BOOST_REAL_IRRATIONALS_HPP
Definition: boundary.hpp:7
boost::real::real is a C++ class that represent real numbers as abstract entities that can be dynamic...
Definition: real.hpp:54