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 01:02:28 +05:30 committed by GitHub
parent 280ddf46b9
commit 713f25c931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,8 @@ std::complex<double>* FastFourierTransform(std::complex<double>*p,int n)
/**
* @brief Self-test implementations
*declaring two test cases and checking for the error
*in predicted and true value is less than 0.000000000001.
* declaring two test cases and checking for the error
* in predicted and true value is less than 0.000000000001.
* @returns void
*/
static void test() {