#include <boost/config/no_tr1/cmath.hpp>#include <boost/cstdint.hpp>#include <boost/type_traits/integral_constant.hpp>#include <boost/mpl/if.hpp>#include <boost/math/tools/precision.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::math | |
| boost::math::tools | |
| boost::math::tools::detail | |
Functions | |
| template<class Gen , class U > | |
| detail::fraction_traits< Gen > ::result_type  | boost::math::tools::continued_fraction_b (Gen &g, const U &factor, boost::uintmax_t &max_terms) | 
| template<class Gen , class U > | |
| detail::fraction_traits< Gen > ::result_type  | boost::math::tools::continued_fraction_b (Gen &g, const U &factor) | 
| template<class Gen > | |
| detail::fraction_traits< Gen > ::result_type  | boost::math::tools::continued_fraction_b (Gen &g, int bits) | 
| template<class Gen > | |
| detail::fraction_traits< Gen > ::result_type  | boost::math::tools::continued_fraction_b (Gen &g, int bits, boost::uintmax_t &max_terms) | 
| template<class Gen , class U > | |
| detail::fraction_traits< Gen > ::result_type  | boost::math::tools::continued_fraction_a (Gen &g, const U &factor, boost::uintmax_t &max_terms) | 
| template<class Gen , class U > | |
| detail::fraction_traits< Gen > ::result_type  | boost::math::tools::continued_fraction_a (Gen &g, const U &factor) | 
| template<class Gen > | |
| detail::fraction_traits< Gen > ::result_type  | boost::math::tools::continued_fraction_a (Gen &g, int bits) | 
| template<class Gen > | |
| detail::fraction_traits< Gen > ::result_type  | boost::math::tools::continued_fraction_a (Gen &g, int bits, boost::uintmax_t &max_terms) |