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

@@ -11,9 +11,11 @@
* @author [Akshay Gupta](https://github.com/Akshay1910)
*/
#include <cassert> /// for assert
#include <cstdint> /// for integral typedefs
#include <iostream> /// for I/O operations
#include <cassert> // for assert
#include <cstdint> // for uint64_t, uint8_t
#include <iostream> // for operator<<, basic_ostream, cout
#include <stdexcept> // for invalid_argument
/**
* @namespace
* @brief Mathematical algorithms