]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/polynomials/polynomials.factor
Updating code for make and fry changes
[factor.git] / extra / math / polynomials / polynomials.factor
index 018b041afd493be3c12987584a8ff54d477d2845..8662bbb0895725d69e7de8784daee3739103835c 100644 (file)
@@ -1,5 +1,5 @@
-USING: arrays kernel sequences vectors math math.vectors namespaces
-shuffle splitting sequences.lib math.order ;
+USING: arrays kernel sequences vectors math math.vectors
+namespaces make shuffle splitting sequences.lib math.order ;
 IN: math.polynomials
 
 ! Polynomials are vectors with the highest powers on the right: