Talk:Fast Fourier transform: Difference between revisions

Content added Content deleted
(→‎scala: new section)
Line 61: Line 61:


== scala ==
== scala ==
2014-04-27

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.
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...
Does Scala really not have a standard complex math library? Surprising...