Talk:Fast Fourier transform: Difference between revisions

→‎scala: new section
(Thanks and summing up discoveries)
(→‎scala: new section)
Line 59:
 
-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...