mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-15 11:20:05 +08:00
chore: use iwyu on numerical_methods/**.cpp
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
* \author Unknown author
|
||||
* \author [Samruddha Patil](https://github.com/sampatil578)
|
||||
*/
|
||||
#include <cmath> /// for math operations
|
||||
#include <iostream> /// for io operations
|
||||
#include <stdint.h> // for int16_t
|
||||
#include <iostream> // for basic_ostream, char_traits, operator<<, cout, endl
|
||||
|
||||
/**
|
||||
* @namespace numerical_methods
|
||||
|
||||
Reference in New Issue
Block a user