Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fraction.hpp File Reference
Include dependency graph for fraction.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::math::tools::detail::is_pair< T >
 
struct  boost::math::tools::detail::is_pair< std::pair< T, U > >
 
struct  boost::math::tools::detail::fraction_traits_simple< Gen >
 
struct  boost::math::tools::detail::fraction_traits_pair< Gen >
 
struct  boost::math::tools::detail::fraction_traits< Gen >
 

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)