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

@@ -7,9 +7,10 @@
* simple enough to be easily implemented in an embedded system.
* \author [Krishna Vedala](https://github.com/kvedala)
*/
#include <cassert>
#include <cmath>
#include <iostream>
#include <bits/std_abs.h> // for abs
#include <cassert> // for assert
#include <cmath> // for sqrt
#include <iostream> // for basic_ostream, char_traits, operator<<, cout
/**
* \namespace statistics