Update numerical_methods/fast_fourier_transform.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Ameya Chawla 2021-10-18 22:44:18 +05:30 committed by GitHub
parent 4f178cfd0c
commit 501fd26f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
* @returns p if n==1
* @returns y if n!=1
*/
std::complex<double>* FastFourierTransform(std::complex<double>*p,uint64_t n)
std::complex<double>* FastFourierTransform(std::complex<double>*p ,uint64_t n)
{
double pi = 2*asin(1.0);///Declaring value of pi