math.factorials: cleanup using.
parent
4fa6e09310
commit
25f1758384
|
@ -1,8 +1,8 @@
|
|||
! Copyright (C) 2013 John Benediktsson
|
||||
! See http://factorcode.org/license.txt for BSD license
|
||||
|
||||
USING: combinators combinators.short-circuit kernel locals math
|
||||
math.functions math.ranges memoize sequences ;
|
||||
USING: combinators kernel math math.functions math.ranges
|
||||
memoize sequences ;
|
||||
|
||||
IN: math.factorials
|
||||
|
||||
|
|
Loading…
Reference in New Issue