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

@@ -5,11 +5,12 @@
* \author [Krishna Vedala](https://github.com/kvedala)
* @see factorial.cpp
*/
#include <cstring>
#include <ctime>
#include <iostream>
#include <stdlib.h> // for atoi
#include <cstring> // for strlen, size_t
#include <ctime> // for clock, clock_t, CLOCKS_PER_SEC
#include <iostream> // for basic_ostream, char_traits, operator<<
#include "./large_number.h"
#include "./large_number.h" // for large_number, operator<<
/** Test implementation for 10! Result must be 3628800.
* @returns True if test pass else False