mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +08:00
Apply suggestions from code review
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user