Ivan Ukhov c47196e3e9 Add an implementation based on Brenner’s (1976) 10 years ago
src Add an implementation based on Brenner’s (1976) 10 years ago
tests Add a couple of failing tests 10 years ago
.gitignore Initialize the project 10 years ago
Cargo.toml Add a couple of failing tests 10 years ago
LICENSE.txt Initialize the project 10 years ago
README.md Add a couple of failing tests 10 years ago

README.md

FFT

The package provides an algorithm to compute the discrete Fourier transform and its inverse.

Contributing

  1. Fork the project.
  2. Implement your idea.
  3. Open a pull request.