module

PrimesRepo

Class methods

cache_size
Source
cache_stopper
Source
get_closest_primes(n : Int32) : Tuple(Int32, Int32, Int32) | Nil
Source
get_nth_prime(n)
Source
get_primes_in_index_range(start : Int32, finish : Int32)
Source
get_primes_in_range(n1 : Int32, n2 : Int32)
Source
get_primes_upto(n : Int32) : Array(Int32)
Source
prime?(n : Int32)
Source

Macros

gen_primes(n)
Source