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 96e4533 commit ca91c3fCopy full SHA for ca91c3f
math/sieve_of_eratosthenes.cpp
@@ -56,7 +56,7 @@ std::vector<bool> sieve(uint32_t N) {
56
}
57
58
/**
59
- * This function prints out the primes to STDOUT
+ * @brief Function to print the prime numbers
60
* @param N number till which primes are to be found
61
* @param is_prime a vector of `N + 1` booleans identifying if `i`^th number is
62
* a prime or not
0 commit comments