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