Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 190 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 190 Bytes

Simple FFT in OCaml

An extremely simple implementation of an FFT in OCaml. As in copy-paste the code into utop and run it. The code is entirely tail recursive. It is not performant.