mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
Update numerical_methods/fast_fourier_transform.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@ std::complex<double>* FastFourierTransform(std::complex<double>*p,uint8_t n)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}// namespace numerical_methods
|
} // namespace numerical_methods
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Self-test implementations
|
* @brief Self-test implementations
|
||||||
|
|||||||
Reference in New Issue
Block a user