From d361ff51316262d0d839f1b02f5e08b4de570d87 Mon Sep 17 00:00:00 2001 From: Ameya Chawla <88154798+ameyachawlaggsipu@users.noreply.github.com> Date: Mon, 18 Oct 2021 01:01:56 +0530 Subject: [PATCH] Update numerical_methods/fast_fourier_transform.cpp Co-authored-by: David Leal --- numerical_methods/fast_fourier_transform.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 /**