diff --git a/include/boost/random/normal_distribution.hpp b/include/boost/random/normal_distribution.hpp index 17a9c2d..0be1298 100644 --- a/include/boost/random/normal_distribution.hpp +++ b/include/boost/random/normal_distribution.hpp @@ -248,7 +248,7 @@ struct unit_normal_distribution * \random_distribution. Such a distribution produces random numbers * @c x distributed with probability density function * \f$\displaystyle p(x) = - * \frac{1}{\sqrt{2\pi\sigma}} e^{-\frac{(x-\mu)^2}{2\sigma^2}} + * \frac{1}{\sqrt{2\pi}\sigma} e^{-\frac{(x-\mu)^2}{2\sigma^2}} * \f$, * where mean and sigma are the parameters of the distribution. */