diff --git a/math/modular_inverse_simple.cpp b/math/modular_inverse_simple.cpp index 935d525ce..61715d97f 100644 --- a/math/modular_inverse_simple.cpp +++ b/math/modular_inverse_simple.cpp @@ -1,6 +1,6 @@ /** * @file - * @brief simple implementation of modular multiplicative inverse + * @brief Simple implementation of [modular multiplicative inverse](https://en.wikipedia.org/wiki/Modular_multiplicative_inverse) * * @details * this algorithm calculates the modular inverse x^{-1} \mod y iteratively