chore: use iwyu on math/**.cpp

This commit is contained in:
realstealthninja
2024-09-13 15:38:50 +05:30
parent c3897d3763
commit c47117ca3f
23 changed files with 102 additions and 88 deletions

View File

@@ -9,11 +9,10 @@
* @author [Focusucof](https://github.com/Focusucof)
*/
#define _USE_MATH_DEFINES
#include <cassert> /// for assert
#include <cmath> /// for M_PI definition and pow()
#include <cmath>
#include <cstdint> /// for uint16_t datatype
#include <iostream> /// for IO operations
#include <cassert> // for assert
#include <cmath> // for NAN, M_PI, pow
#include <cstdint> // for uint16_t
#include <iostream> // for basic_ostream, operator<<, char_traits, endl, cout
/**
* @namespace math