]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/transforms/fft/fft.factor
factor: trim using lists
[factor.git] / extra / math / transforms / fft / fft.factor
index 60e01003495f020191e4b9c2da7602f6d8fe9aed..473960fa6f6e65b9e068978a646b1f43e8f991cc 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays kernel locals math math.constants math.functions
-math.vectors sequences sequences.extras sequences.private ;
+USING: kernel math math.constants math.functions
+math.vectors sequences sequences.extras ;
 IN: math.transforms.fft
 
 <PRIVATE