chore: use iwyu on numerical_methods/**.cpp

This commit is contained in:
realstealthninja
2024-09-13 15:39:02 +05:30
parent c47117ca3f
commit eff2f44a50
12 changed files with 72 additions and 61 deletions

View File

@@ -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