Searched defs:sum_series (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/math/tools/ |
D | series.hpp | 24 inline typename Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& m… in sum_series() function 47 inline typename Functor::result_type sum_series(Functor& func, const U& factor, boost::uintmax_t& m… in sum_series() function 54 inline typename Functor::result_type sum_series(Functor& func, int bits, boost::uintmax_t& max_term… in sum_series() function 63 inline typename Functor::result_type sum_series(Functor& func, int bits) BOOST_NOEXCEPT_IF(BOOST_MA… in sum_series() function 73 inline typename Functor::result_type sum_series(Functor& func, int bits, boost::uintmax_t& max_term… in sum_series() function 82 inline typename Functor::result_type sum_series(Functor& func, int bits, const U& init_value) BOOST… in sum_series() function
|