mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Apply suggestions from code review
This commit is contained in:
parent
f49a954b34
commit
768a99c8e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user