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 78cb6ea commit cb98ef5Copy full SHA for cb98ef5
math/double_factorial.cpp
@@ -10,7 +10,7 @@
10
*/
11
12
#include <cassert>
13
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
14
#include <iostream>
15
16
/** Compute double factorial using iterative method
0 commit comments