project-euler: sigma and count moved into sequences

db4
Eduardo Cavazos 2008-07-03 15:34:58 -05:00
parent 4238657a26
commit a192c08793
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
! Copyright (c) 2008 Aaron Schaefer.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel math math.ranges sequences.lib ;
USING: kernel math math.ranges sequences ;
IN: project-euler.028
! http://projecteuler.net/index.php?section=problems&id=28

View File

@ -1,6 +1,6 @@
! Copyright (c) 2008 Aaron Schaefer.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel math math.functions sequences.lib ;
USING: kernel math math.functions sequences ;
IN: project-euler.048
! http://projecteuler.net/index.php?section=problems&id=48

View File

@ -1,6 +1,6 @@
! Copyright (c) 2008 Aaron Schaefer.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel math math.combinatorics math.ranges sequences.lib ;
USING: kernel math math.combinatorics math.ranges sequences ;
IN: project-euler.053
! http://projecteuler.net/index.php?section=problems&id=53