Skip to content

Commit ee7753d

Browse files
committed
docs: Update file header for primitive_root.hpp with brief description
1 parent 966509a commit ee7753d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

weilycoder/number-theory/primitive_root.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#ifndef WEILYCODER_NUMBER_THEORY_PRIMITIVE_ROOT_HPP
22
#define WEILYCODER_NUMBER_THEORY_PRIMITIVE_ROOT_HPP
33

4+
/**
5+
* @file primitive_root.hpp
6+
* @brief Functions to find primitive roots modulo a prime
7+
*/
8+
49
#include "factorize.hpp"
510
#include "mod_utility.hpp"
611
#include <array>

0 commit comments

Comments
 (0)