X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fmath%2Ftext%2Futils%2Futils.factor;h=83ef1fad992d1fd8d3250de0dac7f187845771f9;hp=13551f19e48090c6ef7a7880b5b252e988f823c4;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/math/text/utils/utils.factor b/extra/math/text/utils/utils.factor index 13551f19e4..83ef1fad99 100644 --- a/extra/math/text/utils/utils.factor +++ b/extra/math/text/utils/utils.factor @@ -1,6 +1,6 @@ ! Copyright (c) 2007, 2008 Aaron Schaefer. ! See http://factorcode.org/license.txt for BSD license. -USING: kernel fry math.functions math sequences ; +USING: kernel math math.functions sequences ; IN: math.text.utils : digit-groups ( n k -- seq )