We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92bcb7 commit e631b57Copy full SHA for e631b57
contents/cooley_tukey/cooley_tukey.md
@@ -145,7 +145,7 @@ In the end, the code looks like:
145
{% sample lang="rs" %}
146
[import:39-55, lang:"rust"](code/rust/fft.rs)
147
{% sample lang="lisp" %}
148
-[import:14-36, lang:"lisp"](code/clisp/fft.lisp)
+[import:14-42, lang:"lisp"](code/clisp/fft.lisp)
149
{% endmethod %}
150
151
As a side note, we are enforcing that the array must be a power of 2 for the operation to work.
0 commit comments