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 a2bcdd4 commit 1fd6081Copy full SHA for 1fd6081
probability/exponential_dist.cpp
@@ -12,7 +12,7 @@
12
*/
13
14
#include<cmath> // For std::pow
15
-#include<cassert> // For asserting the test cases
+#include<cassert> // For assert
16
#include<iostream> // For I/O operation
17
18
/**
0 commit comments