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 cb6ac14 commit 16d4ed9Copy full SHA for 16d4ed9
math/factorial.cpp
@@ -12,7 +12,7 @@
12
*/
13
14
#include <cassert> /// for assert
15
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
16
#include <iostream> /// for I/O operations
17
/**
18
* @namespace
0 commit comments