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