Skip to content

Commit 7b916a0

Browse files
Update format issues
1 parent 06ca03a commit 7b916a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

probability/exponential_dist.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* \f$\lambda\f$ : rate parameter
1313
*/
1414

15-
#include <cassert> // For asserting the test cases
16-
#include <cmath> // For power function
15+
#include <cassert> // For assert
16+
#include <cmath> // For std::pow
1717
#include <iostream> // For I/O operation
1818

1919
/**

0 commit comments

Comments
 (0)