Add missing files in math.primes.erato and add copyright notice
parent
78fbeda105
commit
5d988b04fa
|
@ -0,0 +1 @@
|
||||||
|
Samuel Tardieu
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2009 Samuel Tardieu.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: bit-arrays kernel math math.functions math.ranges sequences ;
|
USING: bit-arrays kernel math math.functions math.ranges sequences ;
|
||||||
IN: math.primes.erato
|
IN: math.primes.erato
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Eratosthene sieve
|
Loading…
Reference in New Issue