Skip to content

Commit

Permalink
Fix equation. Fixes #9513.
Browse files Browse the repository at this point in the history
  • Loading branch information
swatanabe committed Mar 11, 2014
1 parent c010a53 commit 8a461db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/random/normal_distribution.hpp
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 8a461db

Please sign in to comment.