Fast Fourier transform: Difference between revisions

Content added Content deleted
(→‎{{header|Raku}}: mark as in need for improvement)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 4,693: Line 4,693:
1 2.414213562</pre>
1 2.414213562</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|Go}}
{{trans|Go}}
<syntaxhighlight lang="vlang">import math.complex
<syntaxhighlight lang="v (vlang)">import math.complex
import math
import math
fn ditfft2(x []f64, mut y []Complex, n int, s int) {
fn ditfft2(x []f64, mut y []Complex, n int, s int) {