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

@@ -13,9 +13,9 @@
*
* \see newton_raphson_method.cpp, false_position.cpp, secant_method.cpp
*/
#include <cmath>
#include <iostream>
#include <limits>
#include <bits/std_abs.h> // for abs
#include <cmath> // for pow
#include <iostream> // for basic_ostream, char_traits, operator<<, cout
#define EPSILON \
1e-6 // std::numeric_limits<double>::epsilon() ///< system accuracy limit