|
| template<class T , class OutputIterator , class Policy , int N> |
| OutputIterator | boost::math::detail::bernoulli_number_imp (OutputIterator out, std::size_t start, std::size_t n, const Policy &pol, const mpl::int_< N > &tag) |
| |
| template<class T , class OutputIterator , class Policy > |
| OutputIterator | boost::math::detail::bernoulli_number_imp (OutputIterator out, std::size_t start, std::size_t n, const Policy &pol, const mpl::int_< 0 > &tag) |
| |
| template<class T , class Policy > |
| T | boost::math::bernoulli_b2n (const int i, const Policy &pol) |
| |
| template<class T > |
| T | boost::math::bernoulli_b2n (const int i) |
| |
| template<class T , class OutputIterator , class Policy > |
| OutputIterator | boost::math::bernoulli_b2n (const int start_index, const unsigned number_of_bernoullis_b2n, OutputIterator out_it, const Policy &pol) |
| |
| template<class T , class OutputIterator > |
| OutputIterator | boost::math::bernoulli_b2n (const int start_index, const unsigned number_of_bernoullis_b2n, OutputIterator out_it) |
| |
| template<class T , class Policy > |
| T | boost::math::tangent_t2n (const int i, const Policy &pol) |
| |
| template<class T > |
| T | boost::math::tangent_t2n (const int i) |
| |
| template<class T , class OutputIterator , class Policy > |
| OutputIterator | boost::math::tangent_t2n (const int start_index, const unsigned number_of_tangent_t2n, OutputIterator out_it, const Policy &pol) |
| |
| template<class T , class OutputIterator > |
| OutputIterator | boost::math::tangent_t2n (const int start_index, const unsigned number_of_tangent_t2n, OutputIterator out_it) |
| |