mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 15:37:06 +08:00
chore: use iwyu on numerical_methods/**.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user