mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
feat: addressed comments for math/modular_division.cpp
This commit is contained in:
parent
b9cdab9354
commit
7293e15a30
@ -34,7 +34,8 @@
|
|||||||
namespace math {
|
namespace math {
|
||||||
/**
|
/**
|
||||||
* @namespace modular_division
|
* @namespace modular_division
|
||||||
* @brief Functions for Modular Division implementation
|
* @brief Functions for [Modular
|
||||||
|
* Division](https://www.geeksforgeeks.org/modular-division) implementation
|
||||||
*/
|
*/
|
||||||
namespace modular_division {
|
namespace modular_division {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user