Talk:Fast Fourier transform: Difference between revisions

Content added Content deleted
(Thanks and summing up discoveries)
(→‎scala: new section)
Line 59: Line 59:


-Sam
-Sam

== scala ==

Hey, I rewrote the Scala implementation since it needed attention. I think it is much more readable now, but there are two places that could be more idiomatic, and I should probably put an @tailrec hint in there somewhere.
Does Scala really not have a standard complex math library? Surprising...