We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39981b0 commit ea42824Copy full SHA for ea42824
probability/exponential_dist.cpp
@@ -8,7 +8,7 @@
8
* \f[P(x, \lambda) = \lambda e^{-\lambda x}\f]
9
*
10
* Summary of variables used:
11
- * \lambda : rate parameter
+ * \f$\lambda\f$ : rate parameter
12
*/
13
14
#include<cmath> // For power function
0 commit comments