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 a5582f8 commit 402ed85Copy full SHA for 402ed85
math/gcd_of_n_numbers.cpp
@@ -11,11 +11,11 @@
11
*
12
* @see gcd_iterative_euclidean.cpp, gcd_recursive_euclidean.cpp
13
*/
14
-#include <algorithm> // for std::abs
15
-#include <array> // for std::array
16
-#include <cassert> // for assert
17
-#include <iostream> // for IO operations
18
-#include <optional> // for std::optional
+#include <algorithm> /// for std::abs
+#include <array> /// for std::array
+#include <cassert> /// for assert
+#include <iostream> /// for IO operations
+#include <optional> /// for std::optional
19
/**
20
* @namespace math
21
* @brief Maths algorithms
0 commit comments