Jump to content

Fast Fourier transform: Difference between revisions

→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
(→‎{{header|Raku}}: mark as in need for improvement)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 4,693:
1 2.414213562</pre>
 
=={{header|V (Vlang)}}==
{{trans|Go}}
<syntaxhighlight lang="v (vlang)">import math.complex
import math
fn ditfft2(x []f64, mut y []Complex, n int, s int) {
451

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.