first commit
This commit is contained in:
8
util/julia/erastothenes_sieve.jl
Normal file
8
util/julia/erastothenes_sieve.jl
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
module erastothenes_sieve
|
||||
include("files/_erastothenes_sieve.jl")
|
||||
export sieve, get_sieve
|
||||
export run!
|
||||
export get, get_primes, get_composites
|
||||
export is_prime
|
||||
end
|
||||
Reference in New Issue
Block a user