mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-10 14:09:17 +08:00
chore: use iwyu on math/**.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user