class Sieve
- Sieve
- Reference
- Object
Defined in:
math/sieve.crConstructors
Instance Method Summary
- #each_factor(x : Int, &) : Nil
- #factor : Array(Int32)
- #number_of_divisors(x : Int) : Int32
- #prime?(x : Int) : Bool
- #prime_division(x : Int)
- #primes : Array(Int32)
- #size : Int32
- #sum_of_divisors(x : Int) : Int64