mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-15 11:20:05 +08:00
chore: use iwyu on numerical_methods/**.cpp
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
* @author [Ameya Chawla](https://github.com/ameyachawlaggsipu)
|
||||
*/
|
||||
|
||||
#include <cassert> /// for assert
|
||||
#include <cmath>
|
||||
#include <iostream> /// for IO operations
|
||||
#include <cassert> // for assert
|
||||
#include <cmath> // for NAN
|
||||
#include <iostream> // for operator<<, basic_ostream, cout
|
||||
#include <algorithm> // for max, min
|
||||
|
||||
/**
|
||||
* @namespace numerical_methods
|
||||
|
||||
Reference in New Issue
Block a user