#include <boost/math/special_functions/math_fwd.hpp>#include <boost/math/special_functions/factorials.hpp>#include <boost/math/special_functions/beta.hpp>#include <boost/math/policies/error_handling.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::math | |
Functions | |
| template<class T , class Policy > | |
| T | boost::math::binomial_coefficient (unsigned n, unsigned k, const Policy &pol) |
| template<> | |
| float | boost::math::binomial_coefficient< float, policies::policy<> > (unsigned n, unsigned k, const policies::policy<> &pol) |
| template<class T > | |
| T | boost::math::binomial_coefficient (unsigned n, unsigned k) |