Skip to content

Commit 8426216

Browse files
Update contents/cooley_tukey/code/clisp/fft.lisp
Co-authored-by: Trashtalk217 <[email protected]>
1 parent 2793edf commit 8426216

File tree

1 file changed

+1
-1
lines changed
  • contents/cooley_tukey/code/clisp

1 file changed

+1
-1
lines changed

contents/cooley_tukey/code/clisp/fft.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
collect (coefficient 1.0 i fft-length)))
2020
;; Multiply values with coefficients.
2121
(odd-terms (mapcar #'* odds twiddle-factors)))
22-
;; Combine the two FFTs
22+
;; Combine the two FFTs.
2323
(concatenate 'list
2424
(mapcar #'+ evens odd-terms)
2525
(mapcar #'- evens odd-terms))))

0 commit comments

Comments
 (0)