Skip to content

Commit ea42824

Browse files
Update latex notation
Co-authored-by: realstealthninja <[email protected]>
1 parent 39981b0 commit ea42824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probability/exponential_dist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* \f[P(x, \lambda) = \lambda e^{-\lambda x}\f]
99
*
1010
* Summary of variables used:
11-
* \lambda : rate parameter
11+
* \f$\lambda\f$ : rate parameter
1212
*/
1313

1414
#include<cmath> // For power function

0 commit comments

Comments
 (0)