2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Added needed include.

[SVN r39298]
This commit is contained in:
John Maddock
2007-09-15 11:25:28 +00:00
parent 76acd7ddf3
commit 32cc08d247

View File

@@ -33,6 +33,7 @@ First we need some includes to access the negative binomial distribution
#include <boost/math/distributions/binomial.hpp> // for binomial_distribution.
#include <boost/math/distributions/beta.hpp> // for beta_distribution.
#include <boost/math/distributions/gamma.hpp> // for gamma_distribution.
#include <boost/math/distributions/normal.hpp> // for normal_distribution.
/*`
Several examples of constructing distributions follow:
*/