mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update numerical_methods/fast_fourier_transform.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
280ddf46b9
commit
713f25c931
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user