X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fmath%2Fdual%2Fdual.factor;h=b125861c83aa538c60aca88091d951b757569643;hp=2f716dfd5eda0033f27ff4ec3b98754f5b7afae5;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/math/dual/dual.factor b/extra/math/dual/dual.factor index 2f716dfd5e..b125861c83 100644 --- a/extra/math/dual/dual.factor +++ b/extra/math/dual/dual.factor @@ -1,9 +1,8 @@ ! Copyright (C) 2009 Jason W. Merrill. ! See http://factorcode.org/license.txt for BSD license. -USING: kernel math math.functions math.derivatives accessors - macros generic compiler.units words effects vocabs - sequences arrays assocs generalizations fry make - combinators.smart help help.markup ; +USING: accessors arrays assocs combinators.smart compiler.units +effects generalizations help help.markup kernel make math +sequences vocabs words ; IN: math.dual