Searched refs:bernoulli_number_imp (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/math/special_functions/ |
D | bernoulli.hpp | 23 OutputIterator bernoulli_number_imp(OutputIterator out, std::size_t start, std::size_t n, const Pol… in bernoulli_number_imp() function 41 OutputIterator bernoulli_number_imp(OutputIterator out, std::size_t start, std::size_t n, const Pol… in bernoulli_number_imp() function 67 …boost::math::detail::bernoulli_number_imp<T>(&result, static_cast<std::size_t>(i), 1u, pol, tag_ty… in bernoulli_b2n() 90 …return boost::math::detail::bernoulli_number_imp<T>(out_it, start_index, number_of_bernoullis_b2n,… in bernoulli_b2n()
|