0_0_17745519_471.cpp: In function 'void FFT(std::complex<double>*, int)':
0_0_17745519_471.cpp:24:26: error: 'M_PI' was not declared in this scope
complex<double> wn(cos(M_PI / h),sin(M_PI / h));
^
0_0_17745519_471.cpp: In function 'void IFFT(std::complex<double>*, int)':
0_0_17745519_471.cpp:42:26: error: 'M_PI' was not declared in this scope
complex<double> wn(cos(M_PI / h),-sin(M_PI / h));
^
|