mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-16 15:18:45 +08:00
fix: improvinf "brief" and "details" acording suggestion in review
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief simple implementation of adaption modular multiplicative inverse
|
||||
* algorithm
|
||||
* @brief simple implementation of modular multiplicative inverse
|
||||
*
|
||||
* @details
|
||||
* this algorithm calculate the modular inverse iteratively
|
||||
* this algorithm calculates the modular inverse iteratively
|
||||
*
|
||||
* @ref
|
||||
* https://en.wikipedia.org/wiki/Modular_multiplicative_inverse
|
||||
|
||||
Reference in New Issue
Block a user