]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gml/coremath/coremath.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / gml / coremath / coremath.factor
index c7a6de23150880519a74a2920c1c8d409c7d0823..124fcf8baead30ca27777af159bf1f3830639c33 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2010 Slava Pestov.
 USING: gml.types gml.printer gml.runtime math math.constants
-math.functions math.matrices math.order math.ranges math.trig
+math.functions math.matrices math.order ranges math.trig
 math.vectors continuations combinators arrays kernel vectors
 accessors prettyprint fry sequences assocs locals hashtables
 grouping sorting classes.struct math.vectors.simd