mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 07:25:42 +08:00
Update numerical_methods/fast_fourier_transform.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user