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 966509a commit ee7753dCopy full SHA for ee7753d
weilycoder/number-theory/primitive_root.hpp
@@ -1,6 +1,11 @@
1
#ifndef WEILYCODER_NUMBER_THEORY_PRIMITIVE_ROOT_HPP
2
#define WEILYCODER_NUMBER_THEORY_PRIMITIVE_ROOT_HPP
3
4
+/**
5
+ * @file primitive_root.hpp
6
+ * @brief Functions to find primitive roots modulo a prime
7
+ */
8
+
9
#include "factorize.hpp"
10
#include "mod_utility.hpp"
11
#include <array>
0 commit comments