Skip to content

Commit a2bcdd4

Browse files
Update probability/exponential_dist.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 3429c90 commit a2bcdd4

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
@@ -11,7 +11,7 @@
1111
* \f$\lambda\f$ : rate parameter
1212
*/
1313

14-
#include<cmath> // For power function
14+
#include<cmath> // For std::pow
1515
#include<cassert> // For asserting the test cases
1616
#include<iostream> // For I/O operation
1717

0 commit comments

Comments
 (0)