diff --git a/numerical_methods/fast_fourier_transform.cpp b/numerical_methods/fast_fourier_transform.cpp index dac99e85e..75f219a0c 100644 --- a/numerical_methods/fast_fourier_transform.cpp +++ b/numerical_methods/fast_fourier_transform.cpp @@ -10,10 +10,10 @@ * @author [Ameya Chawla](https://github.com/ameyachawlaggsipu) */ -#include///Standard Library for input and output -#include///For sine,cosine functions -#include///For storing points and coefficents -#include ///For Assertions +#include /// for IO operations +#include /// for mathematical-related functions +#include /// for storing points and coefficents +#include /// for assert # define pi 3.14159265358979323846 /**