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 3429c90 commit a2bcdd4Copy full SHA for a2bcdd4
probability/exponential_dist.cpp
@@ -11,7 +11,7 @@
11
* \f$\lambda\f$ : rate parameter
12
*/
13
14
-#include<cmath> // For power function
+#include<cmath> // For std::pow
15
#include<cassert> // For asserting the test cases
16
#include<iostream> // For I/O operation
17
0 commit comments