mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 06:56:59 +08:00
fix: improving descrition of function imod acording suggestion in review
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
/**
|
||||
* @brief Function imod
|
||||
* Responsible for calculating the modular inverse from x % y
|
||||
* Responsible for calculating the modular inverse of x with respect to y
|
||||
* @param x number
|
||||
* @param y number
|
||||
* @returns the modular inverse
|
||||
|
||||
Reference in New Issue
Block a user