| 
| template<class Tuple , class T >  | 
| void  | boost::math::tools::detail::unpack_0 (const Tuple &t, T &val) | 
|   | 
| template<class F , class T >  | 
| void  | boost::math::tools::detail::handle_zero_derivative (F f, T &last_f0, const T &f0, T &delta, T &result, T &guess, const T &min, const T &max) | 
|   | 
| template<class F , class T , class Tol , class Policy >  | 
| std::pair< T, T >  | boost::math::tools::bisect (F f, T min, T max, Tol tol, boost::uintmax_t &max_iter, const Policy &pol) | 
|   | 
| template<class F , class T , class Tol >  | 
| std::pair< T, T >  | boost::math::tools::bisect (F f, T min, T max, Tol tol, boost::uintmax_t &max_iter) | 
|   | 
| template<class F , class T , class Tol >  | 
| std::pair< T, T >  | boost::math::tools::bisect (F f, T min, T max, Tol tol) | 
|   | 
| template<class F , class T >  | 
| T  | boost::math::tools::newton_raphson_iterate (F f, T guess, T min, T max, int digits, boost::uintmax_t &max_iter) | 
|   | 
| template<class F , class T >  | 
| T  | boost::math::tools::newton_raphson_iterate (F f, T guess, T min, T max, int digits) | 
|   | 
| template<class F , class T >  | 
| T  | boost::math::tools::halley_iterate (F f, T guess, T min, T max, int digits, boost::uintmax_t &max_iter) | 
|   | 
| template<class F , class T >  | 
| T  | boost::math::tools::halley_iterate (F f, T guess, T min, T max, int digits) | 
|   | 
| template<class F , class T >  | 
| T  | boost::math::tools::schroeder_iterate (F f, T guess, T min, T max, int digits, boost::uintmax_t &max_iter) | 
|   | 
| template<class F , class T >  | 
| T  | boost::math::tools::schroeder_iterate (F f, T guess, T min, T max, int digits) | 
|   |