Talk:Fast Fourier transform: Difference between revisions

(→‎scala: new section)
Line 61:
 
== 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.
Does Scala really not have a standard complex math library? Surprising...