mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 05:57:14 +08:00
chore: use iwyu on math/**.cpp
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* multiplicative inverse of a number. (A * B)%M == 1 Here B is the MMI of A for
|
||||
* given M, so extendedEuclid (A, M) gives B.
|
||||
*/
|
||||
#include <algorithm> // for swap function
|
||||
#include <iostream>
|
||||
#include <cstdint>
|
||||
#include <iostream> // for char_traits, basic_ostream, basic_ostream::opera...
|
||||
#include <cstdint> // for uint32_t, int32_t
|
||||
#include <utility> // for swap
|
||||
|
||||
/**
|
||||
* function to update the coefficients per iteration
|
||||
|
||||
Reference in New Issue
Block a user