2
0
mirror of https://github.com/boostorg/random.git synced 2026-02-22 03:32:22 +00:00

Fix equation. Fixes #9513.

This commit is contained in:
Steven Watanabe
2014-03-11 12:02:25 -07:00
parent c010a53ae8
commit 8a461db795

View File

@@ -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.
*/