Skip to content

Commit 0000c27

Browse files
Update math/modular_inverse_fermat_little_theorem.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 49a5538 commit 0000c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/modular_inverse_fermat_little_theorem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ bool isPrime(std::int64_t m) {
9494
return true;
9595
}
9696
/**
97-
* @brief Main function to calculate the modular inverse.
97+
* @brief calculates the modular inverse.
9898
* @param a Integer value for the base
9999
* @param m Integer value for modulo
100100
* @return The result that is the modular inverse of a modulo m

0 commit comments

Comments
 (0)