diff --git a/numerical_methods/fast_fourier_transform.cpp b/numerical_methods/fast_fourier_transform.cpp index a54731216..f59d5be59 100644 --- a/numerical_methods/fast_fourier_transform.cpp +++ b/numerical_methods/fast_fourier_transform.cpp @@ -10,11 +10,11 @@ * @author [Ameya Chawla](https://github.com/ameyachawlaggsipu) */ -#include /// for IO operations +#include /// for IO operations #include /// for mathematical-related functions -#include /// for storing points and coefficents +#include /// for storing points and coefficents #include /// for assert -#include /// for storing test cases +#include /// for storing test cases